Click or drag to resize
FacebookAccountInfoProviderDeleteFacebookAccountInfoInternal Method
Deletes the specified Facebook account.

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

Parameters

account
Type: CMS.SocialMarketingFacebookAccountInfo
Facebook account to be deleted.
See Also