ClientResourceMaps.ItemById Method
Parent Object: ClientResourceMapsDescription
Retrieves a ClientResourceMap object based on the Id.
Syntax
ClientResourceMaps.ItemById( ClientId As String, Id As Long ) As ClientResourceMapParameters
Name | Type | Description |
ClientId | String | Input string that was specified by the client or AddIn when the client resource map was created. |
Id | Long | Input Long value that specifies the integer identifier that the client or AddIn had supplied while creating the client resource map. |