Click or drag to resize
DataComConfiguration Class
Represents a Data.com integration configuration.
Inheritance Hierarchy
SystemObject
  CMS.DataComDataComConfiguration

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class DataComConfiguration : IDataComConfiguration

The DataComConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDataComConfiguration
Initializes a new instance of the DataComConfiguration class.
Public methodDataComConfiguration(String)
Initializes a new instance of the DataComConfiguration class with the specified site name.
Top
Methods
  NameDescription
Public methodGetCompanyMapping
Retrieves the mapping of Data.com company from the settings, and returns it.
Public methodGetContactMapping
Retrieves the mapping of Data.com contact from the settings, and returns it.
Public methodIsCompanyApiEnabled
Retrieves the value indicating whether the Data.com company API is enabled, and returns it.
Top
See Also