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