Click or drag to resize
AutomationHelperUpdateContactInternal Method
Updates the specified contact with data from Data.com business directory, if applicable, and returns the result.

Namespace: CMS.DataCom.Automation
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
protected virtual UpdateContactCommandResultEnum UpdateContactInternal(
	ContactInfo contact,
	bool buyEnabled,
	NetworkCredential credential
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
The contact to update.
buyEnabled
Type: SystemBoolean
A value indicating whether to buy Data.com contacts that the current Data.com user does not own.
credential
Type: System.NetNetworkCredential
Credential used for buying/reading the Data.com contacts.

Return Value

Type: UpdateContactCommandResultEnum
See Also