[]
Add a DiskStorageProvider to StorageProviderManager with the specified key and the disk path.
public static StorageProviderManager AddDiskStorage(this StorageProviderManager manager, string key, string diskPath)
| Type | Name | Description |
|---|---|---|
| StorageProviderManager | manager | |
| string | key | The key. |
| string | diskPath | The disk path. |
| Type | Description |
|---|---|
| StorageProviderManager |