Click or drag to resize
ContactWithScoreValueCollection Constructor
Constructor.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public ContactWithScoreValueCollection(
	IEnumerable<ContactWithScoreValue> scoreIDsWithPoints
)

Parameters

scoreIDsWithPoints
Type: System.Collections.GenericIEnumerableContactWithScoreValue
Initial data
Exceptions
ExceptionCondition
ArgumentNullExceptionscoreIDsWithPoints is null
See Also