Autodesk Vault ProfessionalVault API

GetNextRevisionNumbersByMasterIds Method

Autodesk.Connectivity.WebServicesRevisionService

Gets the next revision numbers for a set of files.

Required Permissions

FileRead

Syntax

public StringArray[] GetNextRevisionNumbersByMasterIds(
   System.long[] masterIds,
   System.long[] revDefIds
)
Public Function GetNextRevisionNumbersByMasterIds( _
   ByVal masterIds() As System.Long, _
   ByVal revDefIds() As System.Long _
) As StringArray()

Parameters

NameDescription
masterIdsAn array of file master IDs. Array must be the same size as 'revDefIds'.
revDefIdsThe revision definition IDs. Array must be the same size as 'masterIds'.

Return Value

An array of arrays of strings. The top level array matches the input arrays. The sub arrays consist of the primary, secondary and tertiary values.

See Also