ZipFileStream Constructor |
Initializes new instance and initializes new system file stream.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public ZipFileStream(
ZipStorageProvider provider,
string path
)
Parameters
- provider
- Type: CMS.IOZipStorageProvider
Zip provider - path
- Type: SystemString
Path to file.
See Also