Click or drag to resize
MVTestInfoProviderGetMVTests Method (String, Int32)
Gets the running multivariate test for the specified page.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static List<MVTestInfo> GetMVTests(
	string testPage,
	int siteId
)

Parameters

testPage
Type: SystemString
The test page
siteId
Type: SystemInt32
The site id

Return Value

Type: ListMVTestInfo
See Also