Click or drag to resize
ABTestMessagesWriterShowABTestScheduleInformation Method
Shows status information about the test if it is scheduled to be started of finished.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public void ShowABTestScheduleInformation(
	ABTestInfo abTest,
	ABTestStatusEnum testStatus
)

Parameters

abTest
Type: CMS.OnlineMarketingABTestInfo
ABTest
testStatus
Type: CMS.OnlineMarketingABTestStatusEnum
AB test status
Exceptions
ExceptionCondition
ArgumentNullExceptionabTest is null
See Also