LinkedInProviderSearchCompany Method |
Searches LinkedIn for companies according to searchString keyword.
Namespace: CMS.SocialMediaAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax public static List<LinkedInCompany> SearchCompany(
string searchString,
int offset,
int count
)
Parameters
- searchString
- Type: SystemString
Keyword for the search. - offset
- Type: SystemInt32
Offset - where to start searching. - count
- Type: SystemInt32
Number of results to be returned. Actual number of results may be smaller.
Return Value
Type:
ListLinkedInCompanySee Also