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

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

Parameters

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

Return Value

Type: ListMVTestInfo
See Also