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
public class EditorNavigation : object
Properties
View Source
Active
Declaration
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
View
Declaration
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|