Click or drag to resize
ABTestConversionConfiguration Methods

The ABTestConversionConfiguration type exposes the following members.

Methods
  NameDescription
Public methodAddConversion
Adds new conversion to current configuration.
Public methodGetConversionAt
Gets conversion from current configuration.
Public methodRemoveConversionAt
Removes conversion from current configuration.
Public methodSerialize
Returns conversion configuration serialized into XML format string.
Public methodSetConversionAt
Updates conversion in current configuration.
Public methodTryGetConversion
Returns true, if conversion specified by conversionName is defined in the configuration and provides this conversion through the output parameter conversion if exists.
Public methodTryGetConversionByOriginalName
Returns true, if conversion specified by conversionOriginalName is defined in the configuration and provides this conversion through the output parameter conversion if exists.
Top
See Also