Skip to main content

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:

NameValue
None0
Panel1
Collapse2
SubChild3

NodeActionType

The menu contains what type of action will be performed when the item is clicked.

Type: NodeActionType
Accepted Values:

NameValue
None0
StartAProcess1
FillAForm2
ExternalWebApplication3
Archive4
Startup5
MExplorer6
WorkflowManagement7
eBA6Entegration8
HumanResource9
HR10

Children

menu item's children items.

Type: List<ViewNode>


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>