Click or drag to resize
AbstractStorageProviderMapStoragePath Method
Maps the given storage path to a specific provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
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