LinkedInPostInfoProviderGetLinkedInPostInfoInternal Method (Int32) |
Returns LinkedInPostInfo with specified ID.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax protected virtual LinkedInPostInfo GetLinkedInPostInfoInternal(
int id
)
Parameters
- id
- Type: SystemInt32
LinkedInPostInfo ID
Return Value
Type:
LinkedInPostInfoLinkedInPostInfo with specified ID, or null if not found.
See Also