Web API Edition | ComponentOne
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.

In This Topic
    GetProvider Method
    In This Topic
    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