Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UmbracoPluginSettings()

    Declaration
    public 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<string>
    View Source

    Cachebuster

    Gets or sets an optional host-controlled cache-buster for package /App_Plugins assets. When set (e.g. to a build number or deployment id), it is appended as umb__rnd to every package's assets — importmap and extensions — forcing a re-fetch regardless of each package's own version. Empty by default (no effect).

    Declaration
    public string Cachebuster { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX