DeleteCustomEntities Method
Deletes a set of custom entity objects.
Required Permissions
CustomEntityDeleteSyntax
public void DeleteCustomEntities(
System.long[] customEntityIds
)Public Sub DeleteCustomEntities( _
ByVal customEntityIds() As System.Long _
) Parameters
| Name | Description |
|---|---|
| customEntityIds | The IDs of the objects to delete. |