Gets the item at the specified ItemID path.
[JavaScript]
Navigator.findItem(
path)
Parameters
-
path
- The ItemID path to the item to retrieve.
Return Value
A NavigationItem object that represents the item at the specified ID path, or null if no matching menu item is found.
Remarks
This function is the client side equivalent to server side BaseNavigator.FindItem function.
See Also
Navigator Object