Gets the NavigationItem specified by itemId.
[JavaScript]
NavigationItemGroup.getItemById(
itemId)
Parameters
-
itemId
- Navigation item ID. This is the value of the ItemID property of the corresponding item.
Return Value
A NavigationItem object with the given ID, or null if no maching item is found.
See Also
NavigationItemGroup Object