Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoFeatures

    Represents the Umbraco features.

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

    Constructors

    View Source

    UmbracoFeatures()

    Initializes a new instance of the UmbracoFeatures class.

    Declaration
    public UmbracoFeatures()

    Properties

    View Source

    Disabled

    Gets the disabled features.

    Declaration
    public DisabledFeatures Disabled { get; }
    Property Value
    Type Description
    DisabledFeatures
    View Source

    Enabled

    Gets the enabled features.

    Declaration
    public EnabledFeatures Enabled { get; }
    Property Value
    Type Description
    EnabledFeatures

    Methods

    View Source

    IsControllerEnabled(Nullable<Type>)

    Determines whether a controller is enabled.

    Declaration
    public bool IsControllerEnabled(Type? feature)
    Parameters
    Type Name Description
    System.Nullable<Type> feature
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoFeatures()
    • Properties
      • Disabled
      • Enabled
    • Methods
      • IsControllerEnabled(Nullable<Type>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX