DataComHelperCreateContactFinder Method |
Creates and initializes a new instance of the contact finder with the search patterns and the specified Data.com service.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public static ContactFinder CreateContactFinder(
IContactProvider provider
)
Parameters
- provider
- Type: CMS.DataComIContactProvider
An object that provides access to Data.com contacts
Return Value
Type:
ContactFinderA new instance of the contact finder initialized with the search patterns and the specified Data.com service
See Also