StorageHelper UseLocalFileSystemForPath Method Kentico 8.0 API Reference
Maps the given storage path to a local file system provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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