| ABTestConversionDefinitionRegisterGet Method |
Gets registered configuration retrieved by given conversionName.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntaxpublic ABTestConversionDefinition Get(
string conversionName
)
Parameters
- conversionName
- Type: SystemString
Conversion type name.
Return Value
Type:
ABTestConversionDefinitionConfiguration instance or null.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when null or empty conversionName is provided. |
See Also