ComponentOne Web API Edition
GetDirectoryStorage Method (DiskStorageProvider)

C1.Web.Api.Storage Namespace > DiskStorageProvider Class : GetDirectoryStorage Method
The name of the IDirectoryStorage.
The arguments
Gets the IDirectoryStorage with specified name and arguments.
Syntax
'Declaration
 
Public Function GetDirectoryStorage( _
   ByVal name As String, _
   Optional ByVal args As NameValueCollection _
) As IDirectoryStorage
public IDirectoryStorage GetDirectoryStorage( 
   string name,
   NameValueCollection args
)

Parameters

name
The name of the IDirectoryStorage.
args
The arguments

Return Value

See Also

Reference

DiskStorageProvider Class
DiskStorageProvider Members