Click or drag to resize
UpdateContactCommandExecute 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#
public UpdateContactCommandResultEnum Execute(
	ContactInfo contact
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
The contact to update.

Return Value

Type: UpdateContactCommandResultEnum
The action result.
Remarks
The specified contact is updated if there's just one matching contact found in Data.com business directory. It supports both global and site contacts. Site contacts use site settings and global contacts use global settings.
See Also