LinkedInPostInfoProvider.GetLinkedInPostInfosByDocumentGuidInternal Method |
Retrieves an object query of LinkedIn posts for the specified document identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntaxprotected 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