Click or drag to resize
ContactFinder Constructor
Initializes a new instance of the ContactFinder class with the specified provider.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public ContactFinder(
	IContactProvider provider
)

Parameters

provider
Type: CMS.DataComIContactProvider
An object that provides access to Data.com contacts.
See Also