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.

top
FileName
public string FileName {get; }

The name of the file to be zipped.

top
FileSize
public long FileSize {get; }

The size of the file to be zipped.

top