Class UmbracoPluginSettings
Typed configuration options for the plugins.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:Plugins")]
public class UmbracoPluginSettings
Constructors
View SourceUmbracoPluginSettings()
Declaration
public UmbracoPluginSettings()
Properties
View SourceBrowsableFileExtensions
Gets or sets the allowed file extensions (including the period ".") that should be accessible from the browser.
Declaration
public ISet<string> BrowsableFileExtensions { get; set; }
Property Value
| Type | Description |
|---|---|
| ISet<string> |