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