Interface IFilePersistenceServiceFactory
Factory interface for creating file persistence services.
Namespace: Serenity.FilePersistence.Application.Interfaces.Factories
Assembly: Serenity.Global.Application.dll
Syntax
public interface IFilePersistenceServiceFactory
Methods
CreateBlobStore()
Creates a new file persistence service instance.
Declaration
IBlobStore CreateBlobStore()
Returns
| Type | Description |
|---|---|
| IBlobStore | A new instance of IFilePersistenceService. |