ZipProviderLoader Constructor |
Constructor
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public ZipProviderLoader(
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