LinkedInAccountInfoProviderGetLinkedInAccountInfo Method (String, SiteInfoIdentifier) |
Retrieves a LinkedIn account with the specified identifier, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax public static LinkedInAccountInfo GetLinkedInAccountInfo(
string codeName,
SiteInfoIdentifier siteId
)
Parameters
- codeName
- Type: SystemString
LinkedIn account code name. - siteId
- Type: CMS.DataEngineSiteInfoIdentifier
ID of the site the account is for.
Return Value
Type:
LinkedInAccountInfoA LinkedIn account with the specified identifier, if found; otherwise, null.
See Also