ComponentOne Web API Edition
GetDirectoryStorage Method (StorageProviderManager)

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

Parameters

path
The path.
args
The arguments.

Return Value

See Also

Reference

StorageProviderManager Class
StorageProviderManager Members