MenuItem Properties |
The MenuItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthRoleIds |
Ids of the auth roles that have access to the menu item.
| |
| ChildrenIds |
Ids of child menu items.
The collection is not always populated - in which case it is null.
In addition, the collection may be only partially populated.
This is the case if not all menu items are loaded from the database.
| |
| Disabled | ||
| HideVertMenu |
Angiver om den vertikale menu skjules ved aktivering af menuitem’et.
| |
| Id | ||
| LongTitle |
LongTitle can be null
| |
| ParentId |
Id of the parent menu item.
ParentId is zero if the menu item is located in the root.
| |
| Root |
Angiver om der er tale om den særlige root node i manager objekt
| |
| SortChildren |
Angiver om children sorteres alfabetisk (i vertmenu.aspx).
I givet fald anvendes vorder ikke.
| |
| Title | ||
| UId | ||
| Url |
Can be on the format: JavaScript:somefunction()
| |
| VOrder |