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

ZipStreamItem(String) Constructor

Initializes a new instance of the ZipStreamItem class with the specified name.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public ZipStreamItem(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the zip item.

See Also