ABTestVariant Constructor (Guid, String, Boolean) |
Namespace: CMS.OnlineMarketing.InternalAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax 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