ToBeUnzippedEventArgs C# Reference Documentation
ToBeUnzippedEventArgs
Current Version: 9.5.0.72
Provides data for the OnToBeUnzipped event.
Properties
CompressedSize
public long CompressedSize {get; }
The compressed size of the file to be unzipped.
topExclude
public bool Exclude {get; set; }
Set to true to exclude this file from being unzipped.
topFileName
public string FileName {get; }
The name of the file to be unzipped.
topFileSize
public uint FileSize {get; }
The size of the file to be unzipped.
topIsDirectory
public bool IsDirectory {get; }
If true, the file is actually a directory entry.
top