Autodesk Vault ProfessionalVault API

UpdateCustomEntityLifeCycleDefinitions Method

Autodesk.Connectivity.WebServicesCustomEntityService

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

Required Permissions

CustomEntityChangeLifeCycleDefinition

Syntax

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

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

Return Value

The updated Custom Entity objects.

Remarks

All input arrays must be the same size.

See Also