Click or drag to resize
LinkedInAccountInfoProviderGetDefaultLinkedInAccountInternal Method
Gets the default LinkedInAccount for given site

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual LinkedInAccountInfo GetDefaultLinkedInAccountInternal(
	SiteInfoIdentifier siteId
)

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site for which you want the default LinkedInAccount

Return Value

Type: LinkedInAccountInfo
Default LinkedInAccount for given site, null if no default LinkedInAccount exists
See Also