[]
        
(Showing Draft Content)

C1.Web.Api.Storage.IStorageProvider.GetDirectoryStorage

GetDirectoryStorage Method

GetDirectoryStorage(string, NameValueCollection)

Gets the IDirectoryStorage with specified name and arguments.

Declaration
IDirectoryStorage GetDirectoryStorage(string name, NameValueCollection args = null)
Parameters
Type Name Description
string name

The name of the IDirectoryStorage.

NameValueCollection args

The arguments

Returns
Type Description
IDirectoryStorage

The IDirectoryStorage.