Autodesk Vault ProfessionalVault API

GetItemsByFileId Method

Autodesk.Connectivity.WebServicesItemService

Gets all of the Items assigned to a File.

Required Permissions

ItemRead

Syntax

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

Parameters

NameDescription
fileIdA File ID.

Return Value

An array of Items assigned to the File or null if there are no assigned Items.

See Also