SecureZipPolicy.Options.With(SecureZipPolicy.ResourceLimits) Method
Returns a new Options instance with the specified resource limits.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| resourceLimits | SecureZipPolicy.ResourceLimits | The resource limits to apply. If |
Returns
| Type | Description |
|---|---|
| SecureZipPolicy.Options | A new Options instance with specified resource limits. |
See Also