Click or drag to resize
MVTestInfoProviderCombineWithMVTInternal Method
Combines the specified page template instance with MVT variants.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual PageTemplateInstance CombineWithMVTInternal(
	PageInfo pi,
	PageTemplateInstance instance,
	int combinationId,
	ViewModeEnum viewMode
)

Parameters

pi
Type: CMS.DocumentEnginePageInfo
The page info
instance
Type: CMS.PortalEnginePageTemplateInstance
The page template instance
combinationId
Type: SystemInt32
The combination id
viewMode
Type: CMS.PortalEngineViewModeEnum
The view mode

Return Value

Type: PageTemplateInstance
See Also