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

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

Parameters

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