Click or drag to resize
ABTestConversionConfigurationRemoveConversionAt Method
Removes conversion from current configuration.

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

Parameters

index
Type: SystemInt32
The zero-based index of the conversion to remove.
See Also