GetCustomEntitiesByIds Method
Get a list of Custom Entity objects based on their IDs.
Required Permissions
CustomEntityReadSyntax
public CustEnt[] GetCustomEntitiesByIds(
System.long[] custEntIds
)Public Function GetCustomEntitiesByIds( _
ByVal custEntIds() As System.Long _
) As CustEnt()Parameters
| Name | Description |
|---|---|
| custEntIds |
Return Value
The corresponding Custom Entity objects.