StorageHelperGetStorageProvider Method |
Gets the storage provider based on the given path, updates the path so it matches the provider internal structure
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static AbstractStorageProvider GetStorageProvider(
string path
)
Parameters
- path
- Type: SystemString
Input path, output is path relative to the returned storage provider
Return Value
Type:
AbstractStorageProviderSee Also