Skip to main content
All docs
V26.1
  • 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

    public SecureZipPolicy.Options With(
        SecureZipPolicy.ResourceLimits resourceLimits
    )

    Parameters

    Name Type Description
    resourceLimits SecureZipPolicy.ResourceLimits

    The resource limits to apply. If null, the current limits are retained.

    Returns

    Type Description
    SecureZipPolicy.Options

    A new Options instance with specified resource limits.

    See Also