TwitterPostInfoProvider TryCancelScheduledPublishTwitterPost Method (Int32)Kentico 8.0 API Reference
Tries to cancel scheduled publish of Twitter post. If successful, the post can be modified using PublishTwitterPost(Int32). (Has to be called before modification since Twitter does not allow published posts to be modified). There is no need to call this method when deleting a post since posts can be deleted even after publication.

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

Parameters

postInfoId
Type: OnlineSystem Int32
Identifier of the TwitterPostInfo that shall be canceled.

Return Value

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