Click or drag to resize
FacebookPostInfoProviderGetFacebookPostInfoInternal Method (Int32)
Retrieves a Facebook post with the specified identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
protected virtual FacebookPostInfo GetFacebookPostInfoInternal(
	int postId
)

Parameters

postId
Type: SystemInt32
Facebook post identifier.

Return Value

Type: FacebookPostInfo
A Facebook post with the specified identifier, if found; otherwise, null.
See Also