Click or drag to resize
MVTCombinationInfoProviderGetMVTestCombination Method (MVTestInfo, PageInfo, ViewModeEnum)
Returns the combination for the specified multivariate test object. If any combination for this multivariate test is stored in a browser cookie then this combination will be used, otherwise will be chosen a random combination for this test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static MVTCombinationInfo GetMVTestCombination(
	MVTestInfo testObj,
	PageInfo pi,
	ViewModeEnum viewMode
)

Parameters

testObj
Type: CMS.OnlineMarketingMVTestInfo
The multivariate test info object
pi
Type: CMS.DocumentEnginePageInfo
The page info object
viewMode
Type: CMS.PortalEngineViewModeEnum
The view mode

Return Value

Type: MVTCombinationInfo
See Also