DataComHelperCreateContactProvider Method |
Creates an object that provides access to Data.com contacts, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public static IContactProvider CreateContactProvider(
DataComClient client,
NetworkCredential credential = null
)
Parameters
- client
- Type: CMS.DataComDataComClient
The Data.com client - credential (Optional)
- Type: System.NetNetworkCredential
Credentials for which the provider should make requests. Authenticated user if left null
Return Value
Type:
IContactProviderAn object that provides access to Data.com contacts, and returns it
See Also