Click or drag to resize
FacebookPostInfoProvider.GetFacebookPostInfosByDocumentGuidInternal Method
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: 12.0.0
Syntax
C#
protected virtual ObjectQuery<FacebookPostInfo> GetFacebookPostInfosByDocumentGuidInternal(
	Guid documentGuid,
	int documentSiteId
)

Parameters

documentGuid
Type: System.Guid
Document identifier.
documentSiteId
Type: System.Int32
Document site identifier.

Return Value

Type: ObjectQuery<FacebookPostInfo>
An object query of Facebook posts for the specified document.
See Also