Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipFileItem(String, String) Constructor

Initializes a new instance of the ZipFileItem class with the specified name and file name.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public ZipFileItem(
    string name,
    string fileName
)

Parameters

Name Type Description
name String

A string that specifies the name of the zip item.

fileName String

A string that is the path to the file being archived.

See Also