Click or drag to resize
ABVariantDataInfoProviderSetABVariantDataInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified ABVariantDataInfo.

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

Parameters

infoObj
Type: CMS.OnlineMarketingABVariantDataInfo
ABVariantDataInfo to be set.
See Also