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

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

Parameters

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