Search Results for

    Show / Hide Table of Contents
    View Source

    Class SectionRequirement

    Authorization requirements for SectionHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Authorization
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class SectionRequirement : IAuthorizationRequirement

    Constructors

    View Source

    SectionRequirement(String[])

    Initializes a new instance of the SectionRequirement class.

    Declaration
    public SectionRequirement(params string[] aliases)
    Parameters
    Type Name Description
    System.String[] aliases

    Aliases for sections that the user will need access to.

    Properties

    View Source

    SectionAliases

    Gets the aliases for sections that the user will need access to.

    Declaration
    public IReadOnlyCollection<string> SectionAliases { get; }
    Property Value
    Type Description
    IReadOnlyCollection<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SectionRequirement(String[])
    • Properties
      • SectionAliases
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX