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: 11.0.0
Syntax protected virtual string PublishShareOnLinkedInCompanyProfileInternal(
LinkedInAuthorization authorization,
string companyId,
string comment
)
Parameters
- authorization
- Type: CMS.SocialMarketing.LinkedInInternalLinkedInAuthorization
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 See Also