Click or drag to resize
PathRegisterMappedPath Method
Maps the folder to another folder

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static void RegisterMappedPath(
	string path,
	string targetPath
)

Parameters

path
Type: SystemString
Mapped folder
targetPath
Type: SystemString
Target folder
See Also