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