Click or drag to resize
TwitterPostInfoProviderPublishTwitterPostInternal Method
Publishes the Twitter post on the appropriate Twitter channel. Uses scheduler for future posts.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void PublishTwitterPostInternal(
	int postInfoId
)

Parameters

postInfoId
Type: SystemInt32
Identifier of the TwitterPostInfo that will be published.
Exceptions
ExceptionCondition
ExceptionWhen post does not exist, has already been published to Twitter or the account is not valid.
See Also