Click or drag to resize
TwitterPostInfoProviderPublishTwitterPost Method
Publishes the Twitter post on the appropriate Twitter channel. Throws an exception if something goes wrong. Uses scheduler for future posts. When modifying scheduled posts, always call the TryCancelScheduledPublishTwitterPost(Int32) first.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static void PublishTwitterPost(
	int postInfoId
)

Parameters

postInfoId
Type: SystemInt32
Identifier of the TwitterPostInfo that will be published.
See Also