Autodesk Vault ProfessionalVault API

UndoEditItems Method

Autodesk.Connectivity.WebServicesItemService

Removes changes to an uncommitted Item.

Required Permissions

ItemEdit

Syntax

public void UndoEditItems(
   System.long[] itemIds
)
Public Sub UndoEditItems( _
   ByVal itemIds() As System.Long _
) 

Parameters

NameDescription
itemIdsAn array of editable Items.

Remarks

If the version being deleted is the only version, the entire Item will be deleted.

See Also