AddRevisionSequence Method
Adds a revision sequence.
Required Permissions
ManageBehaviorDefinitionSyntax
public RevSeq AddRevisionSequence(
System.string name,
System.string[] labels,
System.int startIndex
)Public Function AddRevisionSequence( _
ByVal name As System.String, _
ByVal labels() As System.String, _
ByVal startIndex As System.Integer _
) As RevSeqParameters
| Name | Description |
|---|---|
| name | The name of the sequence. |
| labels | The labels that make up the sequence. |
| startIndex | The staring index (zero based) for the sequence. |
Return Value
The new revision sequence object.