LinkedInPostInfoProvider.GetLinkedInPostInfosByAccountIdInternal Method |
Retrieves an object query of LinkedIn posts for the specified LinkedIn account (company profile) identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntaxprotected virtual ObjectQuery<LinkedInPostInfo> GetLinkedInPostInfosByAccountIdInternal(
int linkedInAccountId
)
Parameters
- linkedInAccountId
- Type: System.Int32
LinkedIn account (company profile) identifier.
Return Value
Type:
ObjectQuery<LinkedInPostInfo>An object query of LinkedIn posts for the specified account (company profile).
See Also