Web API Core | ComponentOne
Microsoft.AspNetCore.Builder Namespace / StorageProviderManagerExtensions Class / AddDiskStorage Method
The C1.Web.Api.Storage.StorageProviderManager.
The key.
The disk path.

In This Topic
    AddDiskStorage Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function AddDiskStorage( _
       ByVal manager As StorageProviderManager, _
       ByVal key As String, _
       ByVal diskPath As String _
    ) As StorageProviderManager

    Parameters

    manager
    The C1.Web.Api.Storage.StorageProviderManager.
    key
    The key.
    diskPath
    The disk path.
    See Also