BrowserNodesEnumerator.ItemById Method
Parent Object: BrowserNodesEnumeratorDescription
Returns the specified object from the collection.
Syntax
BrowserNodesEnumerator.ItemById( Id As Long ) As BrowserNodeParameters
Name | Type | Description |
Id | Long | Input long value that specifies the unique and custom identifier of a in this collection. The identifier was supplied at creation time of the ClientBrowserNode. If no such ClientBrowserNode is found in the collection, an error will occur. |