Click or drag to resize
MVTCombinationInfoProviderGetMVTestCombinationInternal 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#
protected virtual MVTCombinationInfo GetMVTestCombinationInternal(
	MVTestInfo testObj,
	PageInfo pi,
	ViewModeEnum viewMode
)

Parameters

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

Return Value

Type: MVTCombinationInfo
See Also