Click or drag to resize
LinkedInApplicationInfoProviderGetLinkedInApplicationInfo Method (Int32)
Retrieves a LinkedIn application with the specified identifier, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public static LinkedInApplicationInfo GetLinkedInApplicationInfo(
	int applicationId
)

Parameters

applicationId
Type: SystemInt32
LinkedIn application identifier.

Return Value

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