Click or drag to resize
AutomationHelperUpdateContact Method (ContactInfo, NetworkCredential)
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#
public static UpdateContactCommandResultEnum UpdateContact(
	ContactInfo contact,
	NetworkCredential credential
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
The contact to update.
credential
Type: System.NetNetworkCredential
Credential used for buying/reading the Data.com contacts.

Return Value

Type: UpdateContactCommandResultEnum
See Also