Click or drag to resize
ABTestVariant Constructor (String, Boolean)
Initializes a new instance of the ABTestVariant class.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestVariant(
	string name,
	bool isOriginal = false
)

Parameters

name
Type: SystemString
Name of new variant.
isOriginal (Optional)
Type: SystemBoolean
Whether variant is original.
See Also