Click or drag to resize
MVTestInfoProvider.DeleteMVTestInfo Method (Int32)
Deletes multivariate test with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 10.0.0
Syntax
C#
public static void DeleteMVTestInfo(
	int testId
)

Parameters

testId
Type: System.Int32
The multivariate test ID
See Also