Interface IBlobContainerFactory
Namespace: Volo.Abp.BlobStoring
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public interface IBlobContainerFactory
Methods
Create(String)
Gets a named container.
Declaration
IBlobContainer Create(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the container |
Returns
Type | Description |
---|---|
IBlobContainer | The container object. |