Skip to main content

ZipDirectoryItem(String, String) Constructor

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

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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