Click or drag to resize
TwitterPostInfoProviderGetTwitterPostInfosByDocumentGuid Method (Guid)

Note: This API is now obsolete.

Retrieves an object query of Twitter 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 GetTwitterPostInfosByDocumentGuid(Guid documentGuid, int documentSiteId) method instead.")]
public static ObjectQuery<TwitterPostInfo> GetTwitterPostInfosByDocumentGuid(
	Guid documentGuid
)

Parameters

documentGuid
Type: SystemGuid
Document identifier.

Return Value

Type: ObjectQueryTwitterPostInfo
An object query of Twitter posts for the specified document.
See Also