Click or drag to resize

MenuControllerLoadDefaultMenuItem Method

Loads and returns the menu item that is specified as "default" in the customer settings. The default menu item is the one that is displayed to a user when he opens the application in a web browser.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public MenuItem LoadDefaultMenuItem()

Return Value

Type: MenuItem
Loads and returns the menu item that is specified as "default" in the customer settings. If none is defined (or the one defined doesn't exist) then null is returned.
See Also