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

getItemById Method 

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


Direct link to this topic