Click or drag to resize

MenuItem Properties

The MenuItem type exposes the following members.

Properties
  NameDescription
Public propertyAuthRoleIds
Ids of the auth roles that have access to the menu item.
Public propertyChildrenIds
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.
Public propertyDisabled
Public propertyHideVertMenu
Angiver om den vertikale menu skjules ved aktivering af menuitem’et.
Public propertyId
Public propertyLongTitle
LongTitle can be null
Public propertyParentId
Id of the parent menu item. ParentId is zero if the menu item is located in the root.
Public propertyRoot
Angiver om der er tale om den særlige root node i manager objekt
Public propertySortChildren
Angiver om children sorteres alfabetisk (i vertmenu.aspx). I givet fald anvendes vorder ikke.
Public propertyTitle
Public propertyUId
Public propertyUrl
Can be on the format: JavaScript:somefunction()
Public propertyVOrder
Top
See Also