Click or drag to resize
LinkedInAccountInfoProviderDeleteLinkedInAccountInfoInternal Method
Deletes the specified LinkedIn account.

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

Parameters

account
Type: CMS.SocialMarketingLinkedInAccountInfo
LinkedIn account to be deleted.
See Also