GetNextRevisionNumbersByMasterIds Method
Gets the next revision numbers for a set of files.
Required Permissions
FileReadSyntax
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
| Name | Description |
|---|---|
| masterIds | An array of file master IDs. Array must be the same size as 'revDefIds'. |
| revDefIds | The 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.