Click or drag to resize
ABTestConversion Constructor
Initializes a new instance of ABTestConversion class.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestConversion(
	string conversionName,
	string relatedItemIdentifier = null,
	[OptionalAttribute] decimal value
)

Parameters

conversionName
Type: SystemString
Code name of new conversion
relatedItemIdentifier (Optional)
Type: SystemString
Identifier of related item
value (Optional)
Type: SystemDecimal
Value of new conversion
See Also