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: 12.0.0
Syntax protected virtual string PublishShareOnLinkedInCompanyProfileInternal(
string accessToken,
string companyId,
string comment
)
Parameters
- accessToken
- Type: SystemString
Access token to be used for the 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 See Also