Skip to main content
All docs
V26.1
  • SecureZipPolicy.ResourceLimits.MaxEntryCount Property

    Gets the maximum allowed number of archive entries.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public int MaxEntryCount { get; }

    Property Value

    Type Description
    Int32

    The maximum entry count. Default: 32,768 (32K).

    See Also