ComponentOne Studio Web API Edition
GetProvider Method

The path.
The key of the IStorageProvider.
The storage name which doesn't include the key of the IStorageProvider.
Gets the IStorageProvider with the specified path.
Syntax
'Declaration
 
Public Function GetProvider( _
   ByVal path As String, _
   ByRef key As String, _
   ByRef storageName As String _
) As IStorageProvider
public IStorageProvider GetProvider( 
   string path,
   out string key,
   out string storageName
)

Parameters

path
The path.
key
The key of the IStorageProvider.
storageName
The storage name which doesn't include the key of the IStorageProvider.

Return Value

The matched IStorageProvider.
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.