Click or drag to resize
DataComConfigurationGetContactMapping Method
Retrieves the mapping of Data.com contact from the settings, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public EntityMapping GetContactMapping()

Return Value

Type: EntityMapping
The mapping of Data.com contact from the settings, if present; otherwise, an empty mapping

Implements

IDataComConfigurationGetContactMapping
See Also