ComponentOne Web API Edition
GetFileStorage Method (DiskStorageProvider)

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

Parameters

name
The name of the IFileStorage.
args
The arguments

Return Value

See Also

Reference

DiskStorageProvider Class
DiskStorageProvider Members