Autodesk Vault ProfessionalVault API

GetAttachmentsByItemIds Method

Autodesk.Connectivity.WebServicesItemService

Gets the File attachments for a set of Items.

Required Permissions

ItemRead

Syntax

public ItemAttmt[] GetAttachmentsByItemIds(
   System.long[] itemIds
)
Public Function GetAttachmentsByItemIds( _
   ByVal itemIds() As System.Long _
) As ItemAttmt()

Parameters

NameDescription
itemIdsA set of Items.

Return Value

An array of File attachments for the input Items or null if there are no attachments. The return array may not be the same size or correspond to the input array.

See Also