Click or drag to resize
ZipStorageProvider Constructor
Constructor

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public ZipStorageProvider(
	string zipFilePath,
	string mappedPath,
	AbstractStorageProvider parentProvider
)

Parameters

zipFilePath
Type: SystemString
Path to the zip file
mappedPath
Type: SystemString
Mapped path
parentProvider
Type: CMS.IOAbstractStorageProvider
Parent storage provider
See Also