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.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also