LinkedInApplicationInfoProviderGetLinkedInApplicationInfoInternal Method (String, SiteInfoIdentifier) |
Retrieves a LinkedIn application matching the specified criteria, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax protected virtual LinkedInApplicationInfo GetLinkedInApplicationInfoInternal(
string applicationName,
SiteInfoIdentifier siteName
)
Parameters
- applicationName
- Type: SystemString
LinkedIn application name. - siteName
- Type: CMS.DataEngineSiteInfoIdentifier
The site name.
Return Value
Type:
LinkedInApplicationInfoA LinkedIn application matching the specified criteria, if found; otherwise, null.
See Also