AbstractStorageProviderGetStorageProvider Method |
Note: This API is now obsolete.
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: 10.0.0
Syntax [ObsoleteAttribute("Use StorageHelper.GetStorageprovider(string) instead.")]
public static AbstractStorageProvider GetStorageProvider(
string path
)
Parameters
- path
- Type: SystemString
Input path
Return Value
Type:
AbstractStorageProviderSee Also