ComponentOne Web API Edition
GetProvider Method

C1.Web.Api.Storage Namespace > StorageProviderManager Class : 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.
See Also

Reference

StorageProviderManager Class
StorageProviderManager Members