Click or drag to resize
ContactWithScoreValueCollectionRelativeComplement Method
Subtracts subtrahend from the collection.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public void RelativeComplement(
	ContactWithScoreValueCollection subtrahend
)

Parameters

subtrahend
Type: CMS.OnlineMarketingContactWithScoreValueCollection
Collection to be subtracted from the current collection
Exceptions
ExceptionCondition
ArgumentNullExceptionsubtrahend is null
See Also