Skip to main content
A newer version of this page is available. .

ZipDirectoryItem(String, String) Constructor

Initializes a new instance of the ZipDirectoryItem class with the specified directory name.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public ZipDirectoryItem(
    string name,
    string dirName
)

Parameters

Name Type Description
name String

A string that specifies the name of the zip item.

dirName String

A string that specifies the name of the directory.

See Also