Autodesk Vault ProfessionalVault API

FindFilesByIds Method

Autodesk.Connectivity.WebServicesDocumentService

Find files by ids.

Syntax

public File[] FindFilesByIds(
   System.long[] fileIds
)
Public Function FindFilesByIds( _
   ByVal fileIds() As System.Long _
) As File()

Parameters

NameDescription
fileIdsThe ids of the files to find.

Return Value

An array of file objects matching the input ids

See Also