ToBeAddedEventArgs C# Reference Documentation
ToBeAddedEventArgs
Current Version: 9.5.0.72
Provides data for the OnToBeAdded event.
Properties
Exclude
public bool Exclude {get; set; }
Set to true to prevent the file from being added.
topFileName
public string FileName {get; }
The name of the file to be added (when adding files via the Zip.AppendFiles and Zip.AppendFilesEx method calls).
topFileSize
public long FileSize {get; }
The size of the file to be added.
top