Comment Property

SharpZip Compression Library

SharpZip Compression Library

ZipEntry.Comment Property

Gets/Sets the entry comment.

public string Comment {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException If comment is longer than 0xffff.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace