Autodesk Vault ProfessionalVault API

GetItemDeleteRestrictionsByIds Method

Autodesk.Connectivity.WebServicesItemService

Gets the restrictions for deleting a set of Items.

Required Permissions

ItemRead

Syntax

public ProductRestric[] GetItemDeleteRestrictionsByIds(
   System.long[] itemIds
)
Public Function GetItemDeleteRestrictionsByIds( _
   ByVal itemIds() As System.Long _
) As ProductRestric()

Parameters

NameDescription
itemIdsAn array of Item IDs.

Return Value

The delete restrictions, if any.

See Also