Skip to main content
All docs
V26.1
  • ZipArchive.Read(String, SecureZipPolicy.ResourceLimits) Method

    Reads a ZIP archive from a file and returns a ZipArchive object.

    Namespace: DevExpress.Compression

    Assembly: DevExpress.Docs.v26.1.dll

    Declaration

    public static ZipArchive Read(
        string fileName,
        SecureZipPolicy.ResourceLimits resourceLimits
    )

    Parameters

    Name Type Description
    fileName String

    The path to the ZIP archive file.

    resourceLimits SecureZipPolicy.ResourceLimits

    Resource limits to apply when reading the ZIP archive.

    Returns

    Type Description
    ZipArchive

    A ZipArchive object representing the contents of the ZIP archive.

    See Also