TwitterPostInfoProviderGetTwitterPostInfosByDocumentGuid Method (Guid, Int32) |
Retrieves an object query of Twitter posts for the specified document identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static ObjectQuery<TwitterPostInfo> GetTwitterPostInfosByDocumentGuid(
Guid documentGuid,
int documentSiteId
)
Parameters
- documentGuid
- Type: SystemGuid
Document identifier. - documentSiteId
- Type: SystemInt32
Document site identifier.
Return Value
Type:
ObjectQueryTwitterPostInfoAn object query of Twitter posts for the specified document.
See Also