| AbstractStorageProviderMapStoragePath Method  | 
            Maps the given storage path to a specific provider
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic 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