Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

findItemĀ MethodĀ 

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


Direct link to this topic