ComponentOne Studio Web API Edition
GetDirectoryStorage Method (DiskStorageProvider)

The name of the IDirectoryStorage.
The arguments
Gets the IDirectoryStorage with specified name and arguments.
Syntax
'Declaration
 
Public Function GetDirectoryStorage( _
   ByVal name As String, _
   Optional ByVal args As NameValueCollection _
) As IDirectoryStorage
public IDirectoryStorage GetDirectoryStorage( 
   string name,
   NameValueCollection args
)

Parameters

name
The name of the IDirectoryStorage.
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

DiskStorageProvider Class
DiskStorageProvider Members

 

 


Copyright © GrapeCity, inc. All rights reserved.