| LinkedInServiceEnhancedSearchCompany Method  | 
            Searches LinkedIn for companies.
            
 
Namespace: CMS.SocialMediaAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntaxpublic List<LinkedInCompany> SearchCompany(
	string searchString,
	int offset,
	int maxCount
)
Parameters
- searchString
 - Type: SystemString
Keyword for the search. - offset
 - Type: SystemInt32
Offset. - maxCount
 - Type: SystemInt32
Defines maximal number of result to be returned. 
Return Value
Type: 
ListLinkedInCompany
See Also