SocialMedia.cloneChannelPost (Method)
Clones the specified post's data into new posts for the specified channels.
Returns:
SocialMediaContentID (integer)
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
| sourceID | SocialMediaContentOrPostID | Required | The ID of the social media content or post (if edited). |
| targetChannelIDList | SocialMediaChannelIDList | Required | The ID of the social media channel of the post to clone. |
Context:
| License Requirements | SocialMedia |
| Permission Requirements | (none) |
| Deny Context | (none) |
| Require Context | AuthoringEnabled |
| Author Lock |
Error Codes:
| Code | Error Message |
|---|---|
| 83510 | You have insufficient permissions to clone the post for the channel/channels [$1]. |
Notes:
None