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: 12.0.0
Syntax public 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 See Also