LinkedInPostInfoProvider TryCancelScheduledPublishLinkedInPost Method (LinkedInPostInfo)Kentico 8.1 API Reference
Tries to cancel scheduled publish of LinkedIn post. If successful, the post can be modified using PublishLinkedInPost(Int32). (Has to be called before modification since LinkedIn does not allow published posts to be modified).

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Return Value

Type: OnlineBoolean
True if successfully canceled, false if the post has already been published.
See Also