Click or drag to resize
PathRegisterMappedZippedFolder Method
Registers folder which is mapped to a zip file

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void RegisterMappedZippedFolder(
	string path,
	string zipFileName
)

Parameters

path
Type: SystemString
Folder path to map to a zip file
zipFileName
Type: SystemString
Zip file name stored in the folder containing the folder contents
See Also