Click or drag to resize
ICompanyProvider Interface
Provides access to Data.com companies.

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

The ICompanyProvider type exposes the following members.

Methods
  NameDescription
Public methodGetCompany
Searches Data.com for a company with the specified identifier, and returns it.
Public methodSearchCompanies
Searches Data.com for companies that match the specified filter and returns the specified page from the result.
Top
See Also