Autodesk Vault ProfessionalVault API

GetFilesByIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a list of Files based on their file IDs.

Required Permissions

FileRead

Syntax

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

Parameters

NameDescription
fileIdsAn array of File IDs.

Return Value

An array of File objects matching the provided IDs.

See Also