Click or drag to resize
ABTestInfoProviderDeleteABTestInfo Method (Int32)

Note: This API is now obsolete.

Deletes AB test with specified ID.

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

Parameters

abTestId
Type: SystemInt32
AB test ID
See Also