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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub ProcessCheckList( _ 
   ByVal HtmlName As String,  _ 
   ByVal PrimaryContentName As String,  _ 
   ByVal PrimaryRecordID As String,  _ 
   ByVal SecondaryContentName As String,  _ 
   ByVal RulesContentName As String,  _ 
   ByVal RulesPrimaryFieldname As String,  _ 
   ByVal RulesSecondaryFieldName As String _ 
)
C#
public abstract void ProcessCheckList(
   string HtmlName,
   string PrimaryContentName,
   string PrimaryRecordID,
   string SecondaryContentName,
   string RulesContentName,
   string RulesPrimaryFieldname,
   string RulesSecondaryFieldName
)
C++
public:
 void ProcessCheckList(
   String HtmlName,
   String PrimaryContentName,
   String PrimaryRecordID,
   String SecondaryContentName,
   String RulesContentName,
   String RulesPrimaryFieldname,
   String RulesSecondaryFieldName
) abstract 
J#
public abstract void ProcessCheckList(
   string HtmlName,
   string PrimaryContentName,
   string PrimaryRecordID,
   string SecondaryContentName,
   string RulesContentName,
   string RulesPrimaryFieldname,
   string RulesSecondaryFieldName
)
JScript
public abstract  function ProcessCheckList(
   HtmlName : String,
   PrimaryContentName : String,
   PrimaryRecordID : String,
   SecondaryContentName : String,
   RulesContentName : String,
   RulesPrimaryFieldname : String,
   RulesSecondaryFieldName : String
)

See Also