Click or drag to resize
ZipDirectoryInfo Constructor
Constructor.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public ZipDirectoryInfo(
	ZipStorageProvider provider,
	string path
)

Parameters

provider
Type: CMS.IOZipStorageProvider
Parent provider
path
Type: SystemString
Path to directory
See Also