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

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetLinkedInAccountInfoInternal(
	LinkedInAccountInfo account
)

Parameters

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