Click or drag to resize
ContactWithScoreValueCollection Constructor
Constructor.

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

Parameters

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