Click or drag to resize
StorageHelperMapStoragePath 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 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