If workflow editing, the record is marked as approved for publishing. This condition is used in the Workflow publishing tool.


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

Syntax

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

Parameters

ContentName
RecordId

See Also