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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual MVTestInfo GetMVTestInfoInternal(
	string testName,
	string siteName
)

Parameters

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

Return Value

Type: MVTestInfo
See Also