The ContactInfoObjectQueryExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
CreatedAfter |
Returns ObjectQuery TObject with contacts that have been created later than from.
| |
CreatedBefore |
Returns ObjectQuery TObject 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 ObjectQuery TObject with contacts that are not exactly yearsOld years old.
| |
OlderThan |
Returns ObjectQuery TObject with contacts that are older than yearsOld (contacts with age yearsOld are not included).
| |
WithAge |
Returns ObjectQuery TObject with contacts that are exactly age of yearsOld years old.
| |
WithBirthdayAfter |
Returns ObjectQuery TObject with contacts that have date of birth later than fromExclusive. The method takes only Date part.
| |
WithBirthdayBefore |
Returns ObjectQuery TObject with contacts that have date of birth sooner than toExclusive. The method takes only Date part.
| |
YoungerThan |
Returns ObjectQuery TObject with contacts that are younger than yearsOld (contacts with age yearsOld are not included).
|
See Also