Autodesk Vault ProfessionalVault API

UpdateFileRevisionNumbers Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Updates the revision numbers for a set of files.

Required Permissions

FileChangeRevision

Syntax

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

Parameters

NameDescription
fileIdsAn array of file IDs.
revNumbersThe new revision number for the corresponding file ID.
commentThe comment for the new version of the file.

Return Value

The updated file objects.

Remarks

The input arrays must be the same size. This operation creates a new file version.

See Also