Click or drag to resize
MVTestInfoProviderGetMVTestInfo Method (String, String)
Returns multivariate test with the specified name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static MVTestInfo GetMVTestInfo(
	string testName,
	string sitename
)

Parameters

testName
Type: SystemString
The multivariate test name
sitename
Type: SystemString
The site name

Return Value

Type: MVTestInfo
See Also