Share

BrowserNodesEnumerator.ItemById Method

Parent Object: BrowserNodesEnumerator

Description

Returns the specified object from the collection.

Syntax

BrowserNodesEnumerator.ItemById( Id As Long ) As BrowserNode

Parameters

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.

Version

Introduced in version 8

Was this information helpful?