Click or drag to resize
LinkedInPostInfoProviderGetLinkedInPostInfosByDocumentGuid Method (Guid)

Note: This API is now obsolete.

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#
[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 GetLinkedInPostInfosByDocumentGuid(Guid documentGuid, int documentSiteId) method instead.")]
public static ObjectQuery<LinkedInPostInfo> GetLinkedInPostInfosByDocumentGuid(
	Guid documentGuid
)

Parameters

documentGuid
Type: SystemGuid
Document identifier.

Return Value

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