[]
        
(Showing Draft Content)

C1.Web.Api.Storage.StorageProviderManager.GetDirectoryStorage

GetDirectoryStorage Method

GetDirectoryStorage(string, NameValueCollection)

Gets the IDirectoryStorage with specified path and arguments.

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

The path.

NameValueCollection args

The arguments.

Returns
Type Description
IDirectoryStorage

The IDirectoryStorage.