ClientNodeResources.ItemById Method
Parent Object: ClientNodeResourcesDescription
Returns the specified NodeResource object from the collection.
Syntax
ClientNodeResources.ItemById( ClientId As String, Id As Long ) As ClientNodeResourceParameters
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. |