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: 10.0.0
Syntax
C#
public UpdateContactCommandResultEnum Execute(
	ContactInfo contact
)

Parameters

contact
Type: CMS.ContactManagementContactInfo
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.
See Also