ViewNode Properties
An object defining properties for the ViewNode class.
MobileFormView
menu item display name.
Type: int
DisplayOrderNo
menu item sequence number.
Type: int
Id
It is a unique ID value for the menu item.
Type: Guid
ChildrenDisplayMode
It is a feature related to the menu appearance. It determines how the items under the menu will appear.
Type: ChildrenDisplayMode
Accepted Values:
Name Value None 0 Panel 1 Collapse 2 SubChild 3
NodeActionType
The menu contains what type of action will be performed when the item is clicked.
Type: NodeActionType
Accepted Values:
Name Value None 0 StartAProcess 1 FillAForm 2 ExternalWebApplication 3 Archive 4 Startup 5 MExplorer 6 WorkflowManagement 7 eBA6Entegration 8 HumanResource 9 HR 10
Children
menu item's children items.
Parameters
It holds special parameters for menu item.
Type: Dictionary<string, string>
NodeKey
NodeKey.
Type: string
Caption
menu item display name.
Type: Dictionary<string, string>