Class NavigationDetails

Inheritance
System.Object
NavigationDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Navigation.Internal
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class NavigationDetails

Constructors

NavigationDetails()

Declaration
public NavigationDetails()

Properties

Alignment

Declaration
public MenuItemAlignment Alignment { get; set; }
Property Value
Type Description
MenuItemAlignment

MenuItemType

Declaration
public MenuItemType MenuItemType { get; set; }
Property Value
Type Description
MenuItemType

MenuPath

Declaration
public string MenuPath { get; set; }
Property Value
Type Description
System.String

SortIndex

Declaration
public int SortIndex { get; set; }
Property Value
Type Description
System.Int32

Target

Declaration
public string Target { get; set; }
Property Value
Type Description
System.String

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

Extension Methods