Autodesk Vault ProfessionalVault API

GetItemsByAttachmentFileId Method

Autodesk.Connectivity.WebServicesItemService

Gets the items that a file is attached to. Only finds items if the file is attached to the tip revision.

Required Permissions

ItemRead

Syntax

public Item[] GetItemsByAttachmentFileId(
   System.long fileId
)
Public Function GetItemsByAttachmentFileId( _
   ByVal fileId As System.Long _
) As Item()

Parameters

NameDescription
fileIdItemRead

Return Value

An array of matching items.

See Also