ContactFinder Constructor |
Initializes a new instance of the ContactFinder class with the specified provider.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public ContactFinder(
IContactProvider provider
)
Parameters
- provider
- Type: CMS.DataComIContactProvider
An object that provides access to Data.com contacts.
See Also