Click or drag to resize
LinkedInPostInfoProviderGetLinkedInPostInfoInternal Method (Int32)
Returns LinkedInPostInfo with specified ID.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual LinkedInPostInfo GetLinkedInPostInfoInternal(
	int id
)

Parameters

id
Type: SystemInt32
LinkedInPostInfo ID

Return Value

Type: LinkedInPostInfo
LinkedInPostInfo with specified ID, or null if not found.
See Also