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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static void RemoveVariantData(
	ABVariantDataInfo variant
)

Parameters

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