Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPermissionsPublishBranchRequirement

    Authorization requirement for ContentPermissionsPublishBranchHandler

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

    Constructors

    View Source

    ContentPermissionsPublishBranchRequirement(Char)

    Initializes a new instance of the ContentPermissionsPublishBranchRequirement class.

    Declaration
    public ContentPermissionsPublishBranchRequirement(char permission)
    Parameters
    Type Name Description
    System.Char permission

    Permission to check.

    Properties

    View Source

    Permission

    Gets a value for the permission to check.

    Declaration
    public char Permission { get; }
    Property Value
    Type Description
    System.Char
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentPermissionsPublishBranchRequirement(Char)
    • Properties
      • Permission
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX