Class FileBlobProviderOptions
Options for configuring a FileBlobProvider instance.
Inheritance
System.Object
FileBlobProviderOptions
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
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public class FileBlobProviderOptions
Constructors
FileBlobProviderOptions()
Declaration
public FileBlobProviderOptions()
Properties
KeepStructure
Set to true to keep created folder structure even if folders are empty
Declaration
public bool KeepStructure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Some hosting environments (like ASP.NET) keep track of structure under application and might restart application due to changes
Default value is false
Path
Path to blob repository
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |