Click or drag to resize
FacebookPostInfoProviderGetFacebookPostInfosByDocumentGuid Method (Guid)

Note: This API is now obsolete.

Retrieves an object query of Facebook posts for the specified document identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. It didn't perform correctly in all cases since the DocumentGUID is unique only within a site context. Please use GetFacebookPostInfosByDocumentGuid(Guid documentGuid, int documentSiteId) method instead.")]
public static ObjectQuery<FacebookPostInfo> GetFacebookPostInfosByDocumentGuid(
	Guid documentGuid
)

Parameters

documentGuid
Type: SystemGuid
Document identifier.

Return Value

Type: ObjectQueryFacebookPostInfo
An object query of Facebook posts for the specified document.
See Also