AddRevisionDefinition Method
Adds a new revision defintion.
Required Permissions
ManageBehaviorDefinitionSyntax
public RevDef AddRevisionDefinition(
System.string name,
System.string descr,
System.char separator,
System.long primarySeqId,
System.long secondarySeqId,
System.long tertiarySeqId,
System.string[] comments
)Public Function AddRevisionDefinition( _
ByVal name As System.String, _
ByVal descr As System.String, _
ByVal separator As System.Char, _
ByVal primarySeqId As System.Long, _
ByVal secondarySeqId As System.Long, _
ByVal tertiarySeqId As System.Long, _
ByVal comments() As System.String _
) As RevDefParameters
| Name | Description |
|---|---|
| name | The name of the revision definition. |
| descr | A description. |
| separator | The delimiter character. |
| primarySeqId | The primary sequence ID. |
| secondarySeqId | The secondary sequence ID. |
| tertiarySeqId | The tertiary sequence ID. |
| comments | Comments for the revision defintion. |
Return Value
The new revision definition object.