UpdateRevisionSequence Method
Updates a revision sequence.
Required Permissions
ManageBehaviorDefinitionSyntax
public RevSeq UpdateRevisionSequence(
System.long revSeqenceId,
System.string name,
System.string[] labels,
System.int startIndex
)Public Function UpdateRevisionSequence( _
ByVal revSeqenceId As System.Long, _
ByVal name As System.String, _
ByVal labels() As System.String, _
ByVal startIndex As System.Integer _
) As RevSeqParameters
| Name | Description |
|---|---|
| revSeqenceId | The ID of the sequence to update. |
| name | The new name of the sequence. |
| labels | The new set of labels. |
| startIndex | The new start index (zero based). |
Return Value
The updated revision sequence object.