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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static PageTemplateInstance CombineWithMVT(
	PageInfo pi,
	PageTemplateInstance instance,
	int combinationId,
	ViewModeEnum viewMode
)

Parameters

pi
Type: CMS.DocumentEngine.PageInfo
The page info
instance
Type: CMS.PortalEngine.PageTemplateInstance
The page template instance
combinationId
Type: System.Int32
The combination id
viewMode
Type: CMS.PortalEngine.ViewModeEnum
The view mode

Return Value

Type: PageTemplateInstance
See Also