| IDataComClientSearchCompanies Method  | 
            Searches Data.com for companies that match the specified filter and returns the specified page from the list of search results.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
SyntaxCompanySearchResults 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: 
CompanySearchResultsThe specified page from the list of company search results where the company matches the specified filter.
See Also