Show / Hide Table of Contents

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.

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
BlobContainerFactoryExtensions.Create<TContainer>(IBlobContainerFactory)
Back to top Powered by Volosoft