LinkedInPostInfoProviderPublishLinkedInPost Method |
Publishes the LinkedIn post on the appropriate LinkedIn account (company profile) in proper time.
Uses scheduler for future posts.
When modifying scheduled posts, always call the
TryCancelScheduledPublishLinkedInPost(Int32) first.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static void PublishLinkedInPost(
int postInfoId
)
Parameters
- postInfoId
- Type: SystemInt32
Identifier of the LinkedInPostInfo that will be published.
Exceptions See Also