Search Results for

    Show / Hide Table of Contents
    View Source

    Class Permission

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "permission", Namespace = "")]
    public class Permission : ICloneable

    Properties

    View Source

    Category

    We'll use this to map the categories but it wont' be returned in the json

    Declaration
    [IgnoreDataMember]
    public string Category { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Checked

    Declaration
    [DataMember(Name = "checked")]
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Description

    Declaration
    [DataMember(Name = "description")]
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Icon

    Declaration
    [DataMember(Name = "icon")]
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    PermissionCode

    The letter from the IAction

    Declaration
    [DataMember(Name = "permissionCode")]
    public string PermissionCode { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Category
      • Checked
      • Description
      • Icon
      • Name
      • PermissionCode
    • Methods
      • Clone()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX