Autodesk Vault ProfessionalVault API

DeleteItemVersionsByMasterItemIds Method

Autodesk.Connectivity.WebServicesItemService

Deletes/Purges the item iteration history of the specified items

Required Permissions

ItemVersionDelete

Syntax

public ItemDelStatus[] DeleteItemVersionsByMasterItemIds(
   System.long[] itemMasterIds
)
Public Function DeleteItemVersionsByMasterItemIds( _
   ByVal itemMasterIds() As System.Long _
) As ItemDelStatus()

Parameters

NameDescription
itemMasterIdsThe Item Masters containing versions to be deleted.

Return Value

The state of the delete

Remarks

Only items not marked as "controlled" will be purged.

Tip versions of a revision and the tip version will not be purged.

See Also