StorageHelperUseLocalFileSystemForPath Method |
Maps the given storage path to a local file system provider
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax 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