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

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static LinkedInAccountInfo GetLinkedInAccountInfo(
	int accountId
)

Parameters

accountId
Type: SystemInt32
LinkedIn account identifier.

Return Value

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