Click or drag to resize
ABTestInfoProviderDeleteABTestInfoInternal Method
Deletes specified AB test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteABTestInfoInternal(
	ABTestInfo abTestObj
)

Parameters

abTestObj
Type: CMS.OnlineMarketingABTestInfo
AB test to be deleted
See Also