StorageHelperMapStoragePath Method |
Maps the given storage path to a specific provider
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax public static void MapStoragePath(
string path,
AbstractStorageProvider provider
)
Parameters
- path
- Type: SystemString
Path to map, e.g. ~/App_Data - provider
- Type: CMS.IOAbstractStorageProvider
Provider to use for the given path and sub paths
See Also