[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageProviderManager.GetFileStorage

GetFileStorage Method

GetFileStorage(string, NameValueCollection)

Gets the IFileStorage with specified path and arguments.

Declaration
public static IFileStorage GetFileStorage(string path, NameValueCollection args = null)
Parameters
Type Name Description
string path

The path.

NameValueCollection args

The arguments.

Returns
Type Description
IFileStorage

The IFileStorage.