ComponentOne Studio Web API Edition
GetFileStorage Method (StorageProviderManager)

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StorageProviderManager Class
StorageProviderManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.