Search Results for

    Show / Hide Table of Contents
    View Source

    Class DisabledFeatures

    Represents disabled features.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Features
    Assembly: Umbraco.Core.dll
    Syntax
    public class DisabledFeatures

    Constructors

    View Source

    DisabledFeatures()

    Initializes a new instance of the DisabledFeatures class.

    Declaration
    public DisabledFeatures()

    Properties

    View Source

    Controllers

    Gets the disabled controllers.

    Declaration
    public TypeList<IUmbracoFeature> Controllers { get; }
    Property Value
    Type Description
    TypeList<IUmbracoFeature>
    View Source

    DisableDevicePreview

    Disables the device preview feature of previewing.

    Declaration
    public bool DisableDevicePreview { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    DisableTemplates

    If true, all references to templates will be removed in the back office and routing

    Declaration
    public bool DisableTemplates { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DisabledFeatures()
    • Properties
      • Controllers
      • DisableDevicePreview
      • DisableTemplates
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX