| ZipProviderLoader Constructor | 
            Constructor
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also