Click or drag to resize
ABTestConversionDefinitionRegisterGet Method
Gets registered configuration retrieved by given conversionName.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestConversionDefinition Get(
	string conversionName
)

Parameters

conversionName
Type: SystemString
Conversion type name.

Return Value

Type: ABTestConversionDefinition
Configuration instance or null.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when null or empty conversionName is provided.
See Also