SaaS CMS has officially launched! Learn more now.

Class BlobOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies how the blob system should be setup

Inheritance
System.Object
BlobOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Blobs.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
[Options]
public class BlobOptions

Constructors

BlobOptions()

Declaration
public BlobOptions()

Properties

AdditionalProviderFactories

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factories for blob providers additional to the default blob provider

Declaration
public IList<Func<IServiceLocator, BlobProvider>> AdditionalProviderFactories { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.Func<IServiceLocator, BlobProvider>>

DefaultProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The factory for the blob provider that is to be used by default. Default provider is FileBlobProvider

Declaration
public Func<IServiceLocator, BlobProvider> DefaultProviderFactory { get; set; }
Property Value
Type Description
System.Func<IServiceLocator, BlobProvider>

Extension Methods