UpdateFileRevisionNumbers Method
Updates the revision numbers for a set of files.
Required Permissions
FileChangeRevisionSyntax
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
| Name | Description |
|---|---|
| fileIds | An array of file IDs. |
| revNumbers | The new revision number for the corresponding file ID. |
| comment | The comment for the new version of the file. |
Return Value
The updated file objects.