[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageProviderManager.GetProvider

GetProvider Method

GetProvider(string, out string, out string)

Gets the IStorageProvider with the specified path.

Declaration
public IStorageProvider GetProvider(string path, out string key, out string storageName)
Parameters
Type Name Description
string path

The path.

string key

The key of the IStorageProvider.

string storageName

The storage name which doesn't include the key of the IStorageProvider.

Returns
Type Description
IStorageProvider

The matched IStorageProvider.