Click or drag to resize
LinkedInPostInfoProvider.GetLinkedInPostInfosByDocumentGuidInternal Method
Retrieves an object query of LinkedIn 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#
protected virtual ObjectQuery<LinkedInPostInfo> GetLinkedInPostInfosByDocumentGuidInternal(
	Guid documentGuid,
	int documentSiteId
)

Parameters

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

Return Value

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