Click or drag to resize
ABVariantStatisticsData Constructor
Constructor.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public ABVariantStatisticsData(
	int conversionsCount,
	double conversionsValue,
	int visits
)

Parameters

conversionsCount
Type: SystemInt32
Conversions count
conversionsValue
Type: SystemDouble
Conversions value
visits
Type: SystemInt32
Visits count
See Also