TwitterPostInfoProviderPublishTwitterPostToTwitterInternal Method |
Publishes the Twitter post on the appropriate Twitter channel. Throws an exception if something goes wrong.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax protected virtual void PublishTwitterPostToTwitterInternal(
int postInfoId
)
Parameters
- postInfoId
- Type: SystemInt32
Identifier of the TwitterPostInfo that will be published.
Exceptions Exception | Condition |
---|
Exception | When post does not exist, has already been published to Twitter or the account is not valid. |
See Also