ComponentOne Web API Edition
GetFileStorage Method (StorageProviderManager)

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

Parameters

path
The path.
args
The arguments.

Return Value

See Also

Reference

StorageProviderManager Class
StorageProviderManager Members