UpdateCustomEntityCategories Method
Updates the categories for a set of Custom Entity objects.
Required Permissions
CustomEntityChangeCategorySyntax
public CustEnt[] UpdateCustomEntityCategories(
System.long[] customEntityIds,
System.long[] categoryIds
)Public Function UpdateCustomEntityCategories( _
ByVal customEntityIds() As System.Long, _
ByVal categoryIds() As System.Long _
) As CustEnt()Parameters
| Name | Description |
|---|---|
| customEntityIds | The IDs of the entities to update. All input arrays must be the same size. |
| categoryIds | The new category for the entity object. All input arrays must be the same size. |
Return Value
The updated Custom Entity objects.