Share

ClientNodeResources.ItemById Method

Parent Object: ClientNodeResources

Description

Returns the specified NodeResource object from the collection.

Syntax

ClientNodeResources.ItemById( ClientId As String, Id As Long ) As ClientNodeResource

Parameters

Name Type Description
ClientId String String that was specified by the client or AddIn when the resource was created.
Id Long Input value that specifies the integer identifier that the client or AddIn had supplied while creating the resource.

Version

Introduced in version 8

Was this information helpful?