Click or drag to resize
ABTestConversionConfigurationTryGetConversion Method
Returns true, if conversion specified by conversionName is defined in the configuration and provides this conversion through the output parameter conversion if exists.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public bool TryGetConversion(
	string conversionName,
	out ABTestConversion conversion
)

Parameters

conversionName
Type: SystemString
Conversion name.
conversion
Type: CMS.OnlineMarketingABTestConversion
Output parameter for conversion.

Return Value

Type: Boolean
See Also