ToBeZippedEventArgs C# Reference Documentation
ToBeZippedEventArgs
Current Version: 9.5.0.72
Provides data for the OnToBeZipped event.
Properties
Exclude
public bool Exclude {get; set; }
Set to true to exclude the file from being zipped.
topFileName
public string FileName {get; }
The name of the file to be zipped.
topFileSize
public long FileSize {get; }
The size of the file to be zipped.
top