Click or drag to resize
ScoreInfoProviderProcessTriggersInternal Method (ScoreInfo, NullableInt32, DataSet)
Processes triggers based on given score and contact ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void ProcessTriggersInternal(
	ScoreInfo score,
	Nullable<int> contactID,
	DataSet oldScoreValues
)

Parameters

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