Click or drag to resize
TwitterAccountInfoProviderDeleteTwitterAccountInfoInternal Method
Deletes the specified Twitter account.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteTwitterAccountInfoInternal(
	TwitterAccountInfo account
)

Parameters

account
Type: CMS.SocialMarketingTwitterAccountInfo
Twitter account to be deleted.
See Also