Click or drag to resize
ScoreInfoProviderSetScoreInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified score.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IScoreInfoProvider.Set(ScoreInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ScoreInfo.Provider.")]
public static void SetScoreInfo(
	ScoreInfo scoreObj
)

Parameters

scoreObj
Type: CMS.ContactManagementScoreInfo
Score to be set
See Also