Autodesk Vault ProfessionalVault API

UpdateCustomEntityLifeCycleStates Method

Autodesk.Connectivity.WebServicesCustomEntityService

Updates the life cycle state for a set of Custom Entities.

Required Permissions

CustomEntityChangeLifeCycleState

Syntax

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

NameDescription
customEntityIdsA set of Custom Entity IDs.
toStateIdsThe new life cycle definition for the corresponding Custom Entity.
commentReserved for future use.

Return Value

The updated Custom Entity objects.

See Also