Click or drag to resize
ContentPersonalizationVariantInfoProviderCombineWithPersonalization Method
Combines the specified page template instance with Content personalization variants.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static PageTemplateInstance CombineWithPersonalization(
	PageInfo pi,
	PageTemplateInstance instance,
	ViewModeEnum viewMode
)

Parameters

pi
Type: CMS.DocumentEnginePageInfo
The page info
instance
Type: CMS.PortalEnginePageTemplateInstance
The page template instance
viewMode
Type: CMS.PortalEngineViewModeEnum
The current view mode

Return Value

Type: PageTemplateInstance
See Also