GetCustomEntityDefinitionIcons Method
Gets the icons for a set of Custom Entity definitions.
Required Permissions
AllowAnySyntax
public ByteArray[] GetCustomEntityDefinitionIcons(
System.long[] custEntDefIds
)Public Function GetCustomEntityDefinitionIcons( _
ByVal custEntDefIds() As System.Long _
) As ByteArray()Parameters
| Name | Description |
|---|---|
| custEntDefIds | A set of Custom Entity definitions. |
Return Value
An array of byte arrays representing icon information for the submitted Custom Entity definitions. The byte arrays are the contents of an .ico file.