Autodesk Vault ProfessionalVault API

GetFilesByMasterId Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all the versions of a file.

Required Permissions

FileRead

Syntax

public File[] GetFilesByMasterId(
   System.long fileMasterId
)
Public Function GetFilesByMasterId( _
   ByVal fileMasterId As System.Long _
) As File()

Parameters

NameDescription
fileMasterIdThe master ID of a Vault file.

Return Value

An array of all files matching the master ID. The files are not listed in any order.

See Also