If workflow editing, edits to the record are aborted and the edit record is returned to the condition of hte live record. This condition is used in the Workflow publishing tool.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Sub AbortEdit( _ 
   ByVal ContentName As String,  _ 
   ByVal RecordId As Integer _ 
)
C#
public abstract void AbortEdit(
   string ContentName,
   int RecordId
)
C++
public:
 void AbortEdit(
   String ContentName,
   int RecordId
) abstract 
J#
public abstract void AbortEdit(
   string ContentName,
   int RecordId
)
JScript
public abstract  function AbortEdit(
   ContentName : String,
   RecordId : int
)

Parameters

ContentName
RecordId

See Also