Inheritance
System.Object
MenuItemElement
Assembly: EPiServer.Shell.dll
Version: 11.20.7
public class MenuItemElement : ConfigurationElement
Constructors
Declaration
Properties
Declaration
public MenuItemAlignment Alignment { get; set; }
Property Value
Declaration
public MenuItemType MenuItemType { get; set; }
Property Value
Declaration
public string MenuPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SortIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public MenuItem CreateMenuItem()
Returns
Extension Methods