Click or drag to resize
MVTCombinationInfoProviderGetMVTestCombinationInternal Method (MVTestInfo, String, 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,
	string culture,
	ViewModeEnum viewMode
)

Parameters

testObj
Type: CMS.OnlineMarketingMVTestInfo
The multivariate test object
culture
Type: SystemString
Required culture
viewMode
Type: CMS.PortalEngineViewModeEnum
The view mode

Return Value

Type: MVTCombinationInfo
See Also