Click or drag to resize
ABVariantColorAssignerRemoveTest Method
Tries to remove AB test from cache.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void RemoveTest(
	ABTestInfo test
)

Parameters

test
Type: CMS.OnlineMarketingABTestInfo
AB test to remove
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when test is null
See Also