Click or drag to resize
ABVariantColorAssignerRemoveVariant Method
Tries to remove AB variant from cache.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void RemoveVariant(
	ABVariantInfo variant
)

Parameters

variant
Type: CMS.OnlineMarketingABVariantInfo
AB variant to remove
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when variant is null
See Also