Click or drag to resize
FacebookAccountInfoProviderDeleteFacebookAccountInfo Method (FacebookAccountInfo)
Deletes the specified Facebook account.

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

Parameters

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