ContactInfoObjectQueryExtensions Class |
Namespace: CMS.OnlineMarketing
public static class ContactInfoObjectQueryExtensions
The ContactInfoObjectQueryExtensions type exposes the following members.
Name | Description | |
---|---|---|
CreatedAfter |
Returns ObjectQueryTObject with contacts that have been created later than from.
| |
CreatedBefore |
Returns ObjectQueryTObject with contacts that have been created before to.
| |
NotMerged |
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.
| |
NotWithAge |
Returns ObjectQueryTObject with contacts that are not exactly yearsOld years old.
| |
OlderThan |
Returns ObjectQueryTObject with contacts that are older than yearsOld (contacts with age yearsOld are not included).
| |
WithAge |
Returns ObjectQueryTObject with contacts that are exactly age of yearsOld years old.
| |
WithBirthdayAfter |
Returns ObjectQueryTObject with contacts that have date of birth later than fromExclusive. The method takes only Date part.
| |
WithBirthdayBefore |
Returns ObjectQueryTObject with contacts that have date of birth sooner than toExclusive. The method takes only Date part.
| |
YoungerThan |
Returns ObjectQueryTObject with contacts that are younger than yearsOld (contacts with age yearsOld are not included).
|