ComponentOne Studio Web API Edition
GetDirectoryStorage Method (StorageProviderManager)

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

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.