Class FileBlobProviderOptions
Options for configuring a FileBlobProvider instance.
Inheritance
System.Object
FileBlobProviderOptions
Namespace: EPiServer.Framework.Blobs
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class FileBlobProviderOptions : Object
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 |