ItemRollbackLifeCycleState Method
Executes an item rollback to the specified target item iteration
Required Permissions
ItemRollbackLifecycleStateSyntax
public override Item ItemRollbackLifeCycleState(
System.long itemIterationID
)Public Overrides NotOverridable Function ItemRollbackLifeCycleState( _
ByVal itemIterationID As System.Long _
) As ItemParameters
| Name | Description |
|---|---|
| itemIterationID | the ID of the target iteration to roll back to |
Return Value
the new tip item iteration
Remarks
The item iteration id of the target item should match the item returned after calling GetLifecycleRollbackTargetItem. Otherwise, a restriction will be returned.