Click or drag to resize
StorageHelperUseLocalFileSystemForPath Method
Maps the given storage path to a local file system provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void UseLocalFileSystemForPath(
	string path,
	string customRootPath = null
)

Parameters

path
Type: SystemString
Path to map, e.g. ~/App_Data
customRootPath (Optional)
Type: SystemString
Custom root path of the representing file system, e.g. c:\MyFiles
See Also