Click or drag to resize
TwitterPostInfoProvider.DeleteTwitterPostInfoInternal Method
Deletes the specified Twitter post from both the Twitter and the CMS database. Deletes scheduled task as well.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteTwitterPostInfoInternal(
	TwitterPostInfo post
)

Parameters

post
Type: CMS.SocialMarketing.TwitterPostInfo
Twitter post to be deleted.
Exceptions
ExceptionCondition
ExceptionWhen twitter account or application not found or tweet not deleted successfully.
See Also