View Source
Class Permission
Inheritance
System.Object
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
Returns
Type |
Description |
System.Object |
|