Click or drag to resize
ContactInfoObjectQueryExtensionsNotMerged Method
Filters out contacts merged to another contact. Global contacts merged to global contact and site contacts merged to site contacts are considered as merged. Site contacts merged to global contacts are not considered as merged.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ContactInfo> NotMerged(
	this ObjectQuery<ContactInfo> contactsQuery
)

Parameters

contactsQuery
Type: CMS.DataEngineObjectQueryContactInfo

Return Value

Type: ObjectQueryContactInfo

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ObjectQueryContactInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptioncontactsQuery is null
See Also