Search Results for

    Show / Hide Table of Contents
    View Source

    Class AssignedContentPermissions

    The permissions assigned to a content node

    Inheritance
    System.Object
    EntityBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "contentPermissions", Namespace = "")]
    public class AssignedContentPermissions : EntityBasic
    Remarks

    The underlying EntityBasic data such as Name, etc... is that of the Content item

    Properties

    View Source

    AssignedPermissions

    The assigned permissions to the content item organized by permission group name

    Declaration
    [DataMember(Name = "permissions")]
    public IDictionary<string, IEnumerable<Permission>>? AssignedPermissions { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, IEnumerable<Permission>>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AssignedPermissions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX