Click or drag to resize
ABSegmentationEvaluatorCheckIncludedTrafficCondition Method
Returns false if visitor did not pass traffic condition.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static bool CheckIncludedTrafficCondition(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB test

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also