| LinkedInHelperGetUserCompaniesInternal Method | 
            Gets all companies administrated by the user that owns given access token.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxprotected List<LinkedInCompany> GetUserCompaniesInternal(
	string consumerKey,
	string consumerSecret,
	string accessToken,
	string accessTokenSecret
)
Parameters
- consumerKey
- Type: SystemString
 Application API key.
- consumerSecret
- Type: SystemString
 Application API secret.
- accessToken
- Type: SystemString
 User's access token.
- accessTokenSecret
- Type: SystemString
 User's access token secret.
Return Value
Type: 
ListLinkedInCompanyReturns list of administrated companies.
 Exceptions
Exceptions See Also
See Also