Click or drag to resize
StorageHelperGetStorageProvider Method
Gets the storage provider based on the given path, updates the path so it matches the provider internal structure

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

Parameters

path
Type: SystemString
Input path, output is path relative to the returned storage provider

Return Value

Type: AbstractStorageProvider
See Also