Click or drag to resize
ZipFileStream Constructor
Initializes new instance and initializes new system file stream.

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

Parameters

provider
Type: CMS.IOZipStorageProvider
Zip provider
path
Type: SystemString
Path to file.
See Also