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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static MVTestInfo GetRunningTest(
	string testPage,
	int siteId,
	string cultureCode
)

Parameters

testPage
Type: SystemString
The test page
siteId
Type: SystemInt32
The site id
cultureCode
Type: SystemString
The culture code

Return Value

Type: MVTestInfo
See Also