Click or drag to resize
TwitterPostInfoProviderDeleteTwitterPostInfoInternal 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: 9.0.0
Syntax
C#
protected virtual void DeleteTwitterPostInfoInternal(
	TwitterPostInfo post
)

Parameters

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