SecureZipPolicy.ResourceLimits.WithCountAndDepth(Nullable<Int32>, Nullable<Int32>) Method
Returns a new ResourceLimits instance with specified entry count and depth limits, inheriting other values from the current instance.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
public SecureZipPolicy.ResourceLimits WithCountAndDepth(
int? maxEntryCount,
int? maxDepth
)
Parameters
| Name | Type | Description |
|---|---|---|
| maxEntryCount | Nullable<Int32> | The maximum number of archive entries. Pass |
| maxDepth | Nullable<Int32> | The maximum depth of archive entries. Pass |
Returns
| Type | Description |
|---|---|
| SecureZipPolicy.ResourceLimits | A new |
See Also