| LinkedInHelperPublishShareOnLinkedInCompanyProfile Method | 
            Publishes a new share on company profile identified by 
LinkedInAccountID.
            The share is visible to anyone.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string PublishShareOnLinkedInCompanyProfile(
	int accountId,
	string comment
)
Parameters
- accountId
- Type: SystemInt32
 Identifier of the account info object (company profile).
- comment
- Type: SystemString
 Comment text.
Return Value
Type: 
StringUpdate key of the published share.
 Exceptions
Exceptions See Also
See Also