Click or drag to resize
LinkedInAccountInfoProviderGetLinkedInAccountInfoInternal 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#
protected virtual LinkedInAccountInfo GetLinkedInAccountInfoInternal(
	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