Assembly: EPiServer.Shell (in EPiServer.Shell.dll) Version: 10.12.2.0
C# |
---|
public class MenuItemElement : ConfigurationElement |
Represents a menu item that is added to the menu
Name | Summary | Status |
---|---|---|
CreateMenuItem | Creates the menu item. | public |
MenuItemElement Constructor | Initializes a new instance of the MenuItemElement class | public |
Name | Summary | Status |
---|---|---|
Alignment | Menu item alignment | public |
MenuItemType | The target url of this menu item. | public |
MenuPath | The menu path/key of this menu item. The path defines the structure and is also the unique key to this menu item. | public |
SortIndex | The sort index of this menu item. Menu items are sorted from low to high within each section. | public |
Target | The menu link target frame. | public |
Text | The menu text | public |
Url | The target url of this menu item. | public |