SaaS CMS has officially launched! Learn more now.

Class MenuItemElement

Inheritance
System.Object
MenuItemElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class MenuItemElement : ConfigurationElement

Constructors

MenuItemElement()

Declaration
public MenuItemElement()

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

Methods

CreateMenuItem()

Declaration
public MenuItem CreateMenuItem()
Returns
Type Description
MenuItem

Extension Methods