Click or drag to resize
ABTestMessagesWriterShowStatusInfo Method
Displays status information (running/disabled/none) about given AB test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public void ShowStatusInfo(
	ABTestInfo abTest
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
AB test
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also