Click or drag to resize
LinkedInPostInfoProviderGetLinkedInPostInfosByAccountIdInternal Method
Retrieves an object query of LinkedIn posts for the specified LinkedIn account (company profile) identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<LinkedInPostInfo> GetLinkedInPostInfosByAccountIdInternal(
	int linkedInAccountId
)

Parameters

linkedInAccountId
Type: SystemInt32
LinkedIn account (company profile) identifier.

Return Value

Type: ObjectQueryLinkedInPostInfo
An object query of LinkedIn posts for the specified account (company profile).
See Also