Click or drag to resize
MVTestInfoProviderGetMVTestInfoInternal Method (Int32)
Returns multivariate test with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual MVTestInfo GetMVTestInfoInternal(
	int testId
)

Parameters

testId
Type: SystemInt32
The multivariate test ID

Return Value

Type: MVTestInfo
See Also