UpdateCustomEntityLifeCycleDefinitions Method
Updates the life cycle definition and state for a set of Custom Entities.
Required Permissions
CustomEntityChangeLifeCycleDefinitionSyntax
public override CustEnt[] UpdateCustomEntityLifeCycleDefinitions(
System.long[] customEntityIds,
System.long[] toLCDefIds,
System.long[] toStateIds,
System.string comment
)Public Overrides NotOverridable Function UpdateCustomEntityLifeCycleDefinitions( _
ByVal customEntityIds() As System.Long, _
ByVal toLCDefIds() As System.Long, _
ByVal toStateIds() As System.Long, _
ByVal comment As System.String _
) As CustEnt()Parameters
| Name | Description |
|---|---|
| customEntityIds | A set of Custom Entity IDs. |
| toLCDefIds | The new life cycle definition for the corresponding Custom Entity. |
| toStateIds | The new life cycle definition for the corresponding Custom Entity. |
| comment | Reserved for future use. |
Return Value
The updated Custom Entity objects.