AddRevisionDefinitionAndSequence Method
Adds a revision definition and sequence.
Required Permissions
ManageBehaviorDefinitionSyntax
public RevDefInfo AddRevisionDefinitionAndSequence(
System.string defName,
System.string defDescription,
System.char delimiter,
System.string seqName,
System.string[] labels,
System.int startIndex
)Public Function AddRevisionDefinitionAndSequence( _
ByVal defName As System.String, _
ByVal defDescription As System.String, _
ByVal delimiter As System.Char, _
ByVal seqName As System.String, _
ByVal labels() As System.String, _
ByVal startIndex As System.Integer _
) As RevDefInfoParameters
| Name | Description |
|---|---|
| defName | The name of the revision definition. |
| defDescription | The description of the revision definition. |
| delimiter | The delimiter character. |
| seqName | The name of the sequence. |
| labels | An array of labels that make up the revision sequence. |
| startIndex | The starting index (zero based) of the sequence. |
Return Value
The new definition and sequence.