Click or drag to resize
TwitterPostInfoProviderDeleteTwitterPostInfo Method (TwitterPostInfo)
Deletes the specified Twitter post from both the Twitter and the CMS database.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DeleteTwitterPostInfo(
	TwitterPostInfo post
)

Parameters

post
Type: CMS.SocialMarketingTwitterPostInfo
Twitter post to be deleted.
See Also