ScoreInfoProviderProcessTriggersInternal Method |
Processes triggers based on given score and contact ID.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax protected virtual void ProcessTriggersInternal(
ScoreInfo score,
Nullable<int> contactID,
DataSet oldScoreValues
)
Parameters
- score
- Type: CMS.ContactManagementScoreInfo
- contactID
- Type: SystemNullableInt32
- oldScoreValues
- Type: System.DataDataSet
See Also