ZipItem.Comment Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
Comment
Gets or sets the comment of the current Zip
Declaration
public override string Comment { get; set; }
Property Value
Overrides
Exceptions
Type | Condition |
---|---|
Argument |
The specified value is too long (longer than 65.535 characters). |
Zip |
Another |
Object |
Archive was already disposed. |
Invalid |
Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive. |