If workflow editing, the record is submitted for pushlishing
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub SubmitEdit( _ ByVal ContentName As String, _ ByVal RecordID As Integer _ ) |
C# |
---|
public abstract void SubmitEdit( string ContentName, int RecordID ) |
C++ |
---|
public: void SubmitEdit( String ContentName, int RecordID ) abstract |
J# |
---|
public abstract void SubmitEdit( string ContentName, int RecordID ) |
JScript |
---|
public abstract
function SubmitEdit( ContentName : String, RecordID : int ) |
Parameters
- ContentName
- RecordID