UpdateRevisionDefinitionAndNumbers Method
Updates the revision definition and revision number for a set of files.
Required Permissions
FileChangeRevisionSchemeSyntax
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
| Name | Description |
|---|---|
| fileIds | An array of file IDs. |
| revDefIds | The new revision definition for the corresponding file. |
| revNumbers | The new revision number for the corresponding file. |
| comment | he comment for the new version of the file. |
Return Value
An array of updated file objects.
Remarks
All arrays must be the same size. This operation creates a new file version.