Property MaxPackageEntryCount
MaxPackageEntryCount
Gets or sets the maximum number of ZIP entries allowed in a package, or null for unlimited.
On by default (DefaultMaxPackageEntryCount).
public int? MaxPackageEntryCount { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.