Click or drag to resize
MVTestInfoProviderContainsRunningMVTest Method
Determines whether there is a running multivariate test for the specified document.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool ContainsRunningMVTest(
	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: Boolean
See Also