| ContactInfoObjectQueryExtensionsCreatedAfter Method | 
Namespace: CMS.ContactManagement
 Syntax
Syntaxpublic static ObjectQuery<ContactInfo> CreatedAfter( this ObjectQuery<ContactInfo> contactsQuery, DateTime from )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | contactsQuery is null | 
 See Also
See Also