Click or drag to resize
LinkedInServiceEnhancedSearchCompany Method
Searches LinkedIn for companies.

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 9.0.0
Syntax
C#
public 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