UpdateCustomEntityLifeCycleStates Method
Updates the life cycle state for a set of Custom Entities.
Required Permissions
CustomEntityChangeLifeCycleStateSyntax
public override CustEnt[] UpdateCustomEntityLifeCycleStates(
System.long[] customEntityIds,
System.long[] toStateIds,
System.string comment
)Public Overrides NotOverridable Function UpdateCustomEntityLifeCycleStates( _
ByVal customEntityIds() 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. |
| toStateIds | The new life cycle definition for the corresponding Custom Entity. |
| comment | Reserved for future use. |
Return Value
The updated Custom Entity objects.