Click or drag to resize
ContactInfoObjectQueryExtensions Class
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingContactInfoObjectQueryExtensions

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static class ContactInfoObjectQueryExtensions

The ContactInfoObjectQueryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreatedAfter
Public methodStatic memberCreatedBefore
Public methodStatic memberNotMerged
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.
Public methodStatic memberNotWithAge
Public methodStatic memberOlderThan
Public methodStatic memberWithAge
Public methodStatic memberWithBirthdayAfter
Public methodStatic memberWithBirthdayBefore
Public methodStatic memberYoungerThan
Top
See Also