TwitterPostInfoProviderDeleteTwitterPostInfo Method (Int32) |
Deletes the Twitter post with specified identifier from both the Twitter and the CMS database.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static void DeleteTwitterPostInfo(
int postId
)
Parameters
- postId
- Type: SystemInt32
Twitter post identifier.
See Also