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

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual LinkedInApplicationInfo GetLinkedInApplicationInfoInternal(
	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