Click or drag to resize
ABTestConversionConfigurationGetConversionAt Method
Gets conversion from current configuration.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ABTestConversion GetConversionAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the conversion to retrieve.

Return Value

Type: ABTestConversion
See Also