Autodesk Vault ProfessionalVault API

UpdateItemLifeCycleStates Method

Autodesk.Connectivity.WebServicesItemService

updates the life cycle state of an item

Syntax

public new Item[] UpdateItemLifeCycleStates(
   System.long[] itemMasterIds,
   System.long[] toStateIds,
   System.string comment
)
Public Shadows Function UpdateItemLifeCycleStates( _
   ByVal itemMasterIds() As System.Long, _
   ByVal toStateIds() As System.Long, _
   ByVal comment As System.String _
) As Item()

Parameters

NameDescription
itemMasterIdsthe items to update
toStateIdsthe IDs of the life cycle states to transition to
commentthe comment for the new items

Return Value

updated items

See Also