Click or drag to resize
LinkedInPostInfoProviderGetLinkedInPostInfoInternal Method (Guid)
Returns LinkedInPostInfo with specified GUID.

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

Parameters

guid
Type: SystemGuid
LinkedInPostInfo GUID

Return Value

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