Autodesk Vault ProfessionalVault API

UpdateRevisionDefinitionAndNumbers Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Updates the revision definition and revision number for a set of files.

Required Permissions

FileChangeRevisionScheme

Syntax

public File[] UpdateRevisionDefinitionAndNumbers(
   System.long[] fileIds,
   System.long[] revDefIds,
   System.string[] revNumbers,
   System.string comment
)
Public Function UpdateRevisionDefinitionAndNumbers( _
   ByVal fileIds() As System.Long, _
   ByVal revDefIds() As System.Long, _
   ByVal revNumbers() As System.String, _
   ByVal comment As System.String _
) As File()

Parameters

NameDescription
fileIdsAn array of file IDs.
revDefIdsThe new revision definition for the corresponding file.
revNumbersThe new revision number for the corresponding file.
commenthe comment for the new version of the file.

Return Value

An array of updated file objects.

See Also