TwitterPostInfoProviderGetTwitterPostInfo Method |
Retrieves a Twitter post with the specified identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static TwitterPostInfo GetTwitterPostInfo(
int postId
)
Parameters
- postId
- Type: SystemInt32
Twitter post identifier.
Return Value
Type:
TwitterPostInfoA Twitter post with the specified identifier, if found; otherwise, null.
See Also