| ContactWithScoreValueCollectionRemoveItemsWithScoreId Method | 
            Removes items from the collection based on the given list of score IDs.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic void RemoveItemsWithScoreId(
	IEnumerable<int> scoreIDs
)
Parameters
- scoreIDs
- Type: System.Collections.GenericIEnumerableInt32
 ScoreIDs used to remove items from the collection
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | scoreIDs is null | 
 See Also
See Also