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

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 12.0.0
Syntax
C#
public static void DeleteTwitterPostInfo(
	int postId
)

Parameters

postId
Type: SystemInt32
Twitter post identifier.
See Also