| ABTestConversionConfiguration Methods |
The ABTestConversionConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AddConversion |
Adds new conversion to current configuration.
| |
| GetConversionAt |
Gets conversion from current configuration.
| |
| RemoveConversionAt |
Removes conversion from current configuration.
| |
| Serialize |
Returns conversion configuration serialized into XML format string.
| |
| SetConversionAt |
Updates conversion in current configuration.
| |
| TryGetConversion |
Returns true, if conversion specified by conversionName is defined in the configuration and provides this conversion through the output parameter conversion if exists.
| |
| TryGetConversionByOriginalName |
Returns true, if conversion specified by conversionOriginalName is defined in the configuration and provides this conversion through the output parameter conversion if exists.
|