Click or drag to resize
LinkedInAccountInfoProviderSetLinkedInAccountInfo Method
Updates or creates the specified LinkedIn account.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetLinkedInAccountInfo(
	LinkedInAccountInfo account
)

Parameters

account
Type: CMS.SocialMarketingLinkedInAccountInfo
LinkedIn account to be updated or created.
See Also