Autodesk Vault ProfessionalVault API

GetLifecycleRollbackTargetItem Method

Autodesk.Connectivity.WebServicesChangeOrderService

Gets the target item for rolling back an item's lifecycle state from within the context of a change order.

Required Permissions

Item Rollback Lifecycle State

Syntax

public Item GetLifecycleRollbackTargetItem(
   System.long changeOrderId,
   System.long itemMasterId
)
Public Function GetLifecycleRollbackTargetItem( _
   ByVal changeOrderId As System.Long, _
   ByVal itemMasterId As System.Long _
) As Item

Parameters

NameDescription
changeOrderIdthe ID of the change order associated to the item
itemMasterIdThe ID of the item master to apply the rollback to

Return Value

the rollback target item

See Also