UpdateCustomEntityPropertyDefinitions Method
Updates the property definitions associated with a set of Custom Entity objects.
Required Permissions
CustomEntityAddRemoveUserDefinedPropertySyntax
public CustEnt[] UpdateCustomEntityPropertyDefinitions(
System.long[] customEntityIds,
System.long[] addedPropDefIds,
System.long[] removedPropDefIds
)Public Function UpdateCustomEntityPropertyDefinitions( _
ByVal customEntityIds() As System.Long, _
ByVal addedPropDefIds() As System.Long, _
ByVal removedPropDefIds() As System.Long _
) As CustEnt()Parameters
| Name | Description |
|---|---|
| customEntityIds | The IDs of the objects to update. |
| addedPropDefIds | Property definitions to associate with the objects specified in the "customEntityIds" parameter. |
| removedPropDefIds | Property definitions to un-associate with the objects specified in the "customEntityIds" parameter. |
Return Value
The updated objects.