SocialMedia.unschedulePost (Method)
Removes the scheduled posting of the specified social media post.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
postID | SocialMediaPostID | Required | The ID of the social media post. |
channelID | SocialMediaChannelID | Required | The ID of the social media channel. |
Context:
License Requirements | SocialMedia |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
83501 | The specified content is not associated with the channel provided. |
83506 | The content specified has already been posted on the specified channel. |
83522 | The content specified is not yet scheduled. |
Notes:
None