Click or drag to resize
ScoreInfoProviderProcessTriggers Method (ScoreInfo, NullableInt32, 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(
	ScoreInfo score,
	Nullable<int> contactID,
	DataSet oldScoreValues
)

Parameters

score
Type: CMS.OnlineMarketingScoreInfo
contactID
Type: SystemNullableInt32
oldScoreValues
Type: System.DataDataSet
See Also