UpdateRevisionDefinition Method
Updates a revision definition.
Required Permissions
ManageBehaviorDefinitionSyntax
public RevDef UpdateRevisionDefinition(
System.long revDefId,
System.string name,
System.string descr,
System.char delimiter,
System.long primarySeqId,
System.long secondarySeqId,
System.long tertiarySeqId,
System.string[] comments
)Public Function UpdateRevisionDefinition( _
ByVal revDefId As System.Long, _
ByVal name As System.String, _
ByVal descr As System.String, _
ByVal delimiter 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 |
|---|---|
| revDefId | The ID of the revision definition to update. |
| name | The new name. |
| descr | The new description. |
| delimiter | The new delimiter. |
| primarySeqId | The new primary sequence ID. |
| secondarySeqId | The new secondary sequence ID. |
| tertiarySeqId | The new tertiary sequence ID. |
| comments | New comments. |
Return Value
The updated revision definition object.