Autodesk Vault ProfessionalVault API

GetFilesByMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets an array of files based on their master IDs.

Required Permissions

FileRead

Syntax

public FileArray[] GetFilesByMasterIds(
   System.long[] fileMasterIds
)
Public Function GetFilesByMasterIds( _
   ByVal fileMasterIds() As System.Long _
) As FileArray()

Parameters

NameDescription
fileMasterIdsA list of file master IDs.

Return Value

An array of FileArray objects. Each FileArray corresponds to the fileMasterId at the same index in the input array.

See Also