Click or drag to resize
StorageHelperUnMapStoragePath Method
Removes the mapping to a storage provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static AbstractStorageProvider UnMapStoragePath(
	string path
)

Parameters

path
Type: SystemString
Path to unmap

Return Value

Type: AbstractStorageProvider
See Also