Autodesk Vault ProfessionalVault API

UpdateItemLifeCycleDefinitions Method

Autodesk.Connectivity.WebServicesItemService

updates the item life cycle definitions assigned to items

Syntax

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

Parameters

NameDescription
itemMasterIdsthe IDs of the items to update
toLCDefIdsthe IDs of the life cycle definitions to assign the items to
toStateIdsthe IDs of the life cycle states within the definition to assign the items to
commentthe comment to use for the new items

Return Value

updated items

See Also