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