Share

ClientResourceMaps.ItemById Method

Parent Object: ClientResourceMaps

Description

Retrieves a ClientResourceMap object based on the Id.

Syntax

ClientResourceMaps.ItemById( ClientId As String, Id As Long ) As ClientResourceMap

Parameters

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.

Version

Introduced in version 2022

Was this information helpful?