Table of Contents

Property MaxPackageEntryCount

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

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.