LinkedInAccountInfoProviderGetDefaultLinkedInAccount Method |
Gets the default LinkedInAccount for given site.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax public static LinkedInAccountInfo GetDefaultLinkedInAccount(
SiteInfoIdentifier siteId
)
Parameters
- siteId
- Type: CMS.DataEngineSiteInfoIdentifier
Site for which you want the default LinkedInAccount
Return Value
Type:
LinkedInAccountInfoDefault LinkedInAccount for given site, null if no default LinkedInAccount exists
See Also