[]
Gets the IDirectoryStorage with specified name and arguments.
public IDirectoryStorage GetDirectoryStorage(string name, NameValueCollection args = null)
Type | Name | Description |
---|---|---|
string | name | The name of the IDirectoryStorage. |
NameValueCollection | args | The arguments |
Type | Description |
---|---|
IDirectoryStorage | The IDirectoryStorage. |