ZipExtraData.Delete Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipExtraData.Delete Method 

Delete an extra data field.

public bool Delete(
   int headerID
);

Parameters

headerID
The identifier of the field to delete.

Return Value

Returns true if the field was found and deleted.

See Also

ZipExtraData Class | ICSharpCode.SharpZipLib.Zip Namespace