| LinkedInHelperPublishShareOnLinkedInCompanyProfileInternal Method | 
            Publishes a new share on company profile identified by LinkedIn's company ID.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual string PublishShareOnLinkedInCompanyProfileInternal(
	WebOAuthAuthorization authorization,
	string companyId,
	string comment
)
Parameters
- authorization
- Type: WebOAuthAuthorization
 Authorization to be used for the publishing request.
- companyId
- Type: SystemString
 Identifier of the company used by LinkedIn.
- comment
- Type: SystemString
 Comment text.
Return Value
Type: 
StringUpdate key of the published share.
 Exceptions
Exceptions See Also
See Also