Click or drag to resize
ABVariantDataInfoProviderGetVariantsData Method

Note: This API is now obsolete.

Returns a query for all the A/B variants data.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IABVariantDataInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ABVariantDataInfo.Provider.")]
public static ObjectQuery<ABVariantDataInfo> GetVariantsData()

Return Value

Type: ObjectQueryABVariantDataInfo
See Also