FacebookPostInfoProviderGetFacebookPostInfo Method (Int32) |
Retrieves a Facebook post with the specified identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax public static FacebookPostInfo GetFacebookPostInfo(
int postId
)
Parameters
- postId
- Type: SystemInt32
Facebook post identifier.
Return Value
Type:
FacebookPostInfoA Facebook post with the specified identifier, if found; otherwise, null.
See Also