| ContactInfoObjectQueryExtensionsSearchedForAny Method | 
Namespace: CMS.ContactManagement
 Syntax
Syntaxpublic static ObjectQuery<ContactInfo> SearchedForAny( this ObjectQuery<ContactInfo> contactsQuery, IEnumerable<string> keywords, int lastXDays = 0 )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | contactsQuery is null | 
 See Also
See Also