Skip to main content
All docs
V26.1
  • SecureZipPolicy.Options.AllowOverwrite Property

    Gets whether overwriting an existing file is permitted during extraction.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public bool AllowOverwrite { get; }

    Property Value

    Type Description
    Boolean

    true if overwriting existing files is permitted; otherwise, false. Default: false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AllowOverwrite
    SecureZipPolicy
    .GlobalOptions .AllowOverwrite
    See Also