Click or drag to resize
ContactWithScoreValueCollectionRemoveItemsWithScoreId Method
Removes items from the collection based on the given list of score IDs.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public void RemoveItemsWithScoreId(
	IEnumerable<int> scoreIDs
)

Parameters

scoreIDs
Type: System.Collections.GenericIEnumerableInt32
ScoreIDs used to remove items from the collection
Exceptions
ExceptionCondition
ArgumentNullExceptionscoreIDs is null
See Also