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