Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoPluginSettings

    Typed configuration options for the plugins.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoPluginSettings

    Properties

    View Source

    BrowsableFileExtensions

    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<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BrowsableFileExtensions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX