Click or drag to resize
LinkedInPostInfoProviderGetLinkedInPostInfosByDocumentGuid 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: 9.0.0
Syntax
C#
public static ObjectQuery<LinkedInPostInfo> GetLinkedInPostInfosByDocumentGuid(
	Guid documentGuid,
	int documentSiteId
)

Parameters

documentGuid
Type: SystemGuid
Document identifier.
documentSiteId
Type: SystemInt32
Document site identifier.

Return Value

Type: ObjectQueryLinkedInPostInfo
An object query of LinkedIn posts for the specified document.
See Also