Click or drag to resize
ScoreInfoProviderDeleteAllScoresInternal Method
Deletes scores specified by where condition.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteAllScoresInternal(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also