Click or drag to resize
ScoreInfoProviderProcessTriggers Method (Int32, Int32, DataSet)
Processes workflow triggers based on given score and contact ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void ProcessTriggers(
	int contactID,
	int siteID,
	DataSet oldScoreValues
)

Parameters

contactID
Type: SystemInt32
siteID
Type: SystemInt32
oldScoreValues
Type: System.DataDataSet
See Also