View Source
Class EditorNavigation
A model representing the navigation ("apps") inside an editor in the back office
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "user", Namespace = "")]
public class EditorNavigation
Properties
View Source
Active
Declaration
[DataMember(Name = "active")]
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { 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
View
Declaration
[DataMember(Name = "view")]
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|