Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
      • EO.Web
      • EO.WebEngine
getItemById Method 

Gets the NavigationItem specified by itemId.

Syntax
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