FindCustomEntitiesByNumbers Method
Gets a set of Custom Entity objects based on their unique number value.
Required Permissions
CustomEntityReadSyntax
public CustEnt[] FindCustomEntitiesByNumbers(
System.string[] custEntNums
)Public Function FindCustomEntitiesByNumbers( _
ByVal custEntNums() As System.String _
) As CustEnt()Parameters
| Name | Description |
|---|---|
| custEntNums | An array of Custom Entity numbers. |
Return Value
The set of Custom Entity objects that match the provided numbers. If a match is not found, no object is returned. So the return array may be smaller than the input array.