Click or drag to resize
ABVariantDataInfoProviderDeleteABVariantDataInfo Method (ABVariantDataInfo)

Note: This API is now obsolete.

Deletes specified ABVariantDataInfo.

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

Parameters

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