Click or drag to resize
CompanySearchResultProviderSearchCompanies Method
Searches Data.com for companies that match the specified filter and returns the specified page from the result.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public CompanySearchResults SearchCompanies(
	CompanyFilter filter,
	int pageIndex,
	int pageSize
)

Parameters

filter
Type: CMS.DataComCompanyFilter
The company filter.
pageIndex
Type: SystemInt32
The index of the requested page.
pageSize
Type: SystemInt32
The size of the requested page.

Return Value

Type: CompanySearchResults
The specified page from the list of contacts that match the specified filter.

Implements

ICompanyProviderSearchCompanies(CompanyFilter, Int32, Int32)
See Also