Click or drag to resize
LinkedInApplicationInfoProviderGetLinkedInApplicationInfo Method (String, SiteInfoIdentifier)
Retrieves a LinkedIn application matching the specified criteria, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static LinkedInApplicationInfo GetLinkedInApplicationInfo(
	string applicationName,
	SiteInfoIdentifier siteName
)

Parameters

applicationName
Type: SystemString
LinkedIn application name.
siteName
Type: CMS.DataEngineSiteInfoIdentifier
Site name.

Return Value

Type: LinkedInApplicationInfo
A LinkedIn application matching the specified criteria, if found; otherwise, null.
See Also