Autodesk Vault ProfessionalVault API

ItemRollbackLifeCycleState Method

Autodesk.Connectivity.WebServicesChangeOrderService

Execute an item rollback to the specified target item iteration ID in rolling back the Item's Lifecycle state from within the context of a change order.

Required Permissions

Item Rollback Lifecycle State

Syntax

public Item ItemRollbackLifeCycleState(
   System.long changeOrderId,
   System.long itemIterationId
)
Public Function ItemRollbackLifeCycleState( _
   ByVal changeOrderId As System.Long, _
   ByVal itemIterationId As System.Long _
) As Item

Parameters

NameDescription
changeOrderIdID of the associated change order
itemIterationIdID of the target item iteration to roll back to

Return Value

the new tip item

See Also