Click or drag to resize
ContentPersonalizationVariantInfoProviderGetContentPersonalizationVariantsInternal Method (Int32)
Gets all the Content personalization variants for the specified template.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ContentPersonalizationVariantInfo> GetContentPersonalizationVariantsInternal(
	int pageTemplateId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id

Return Value

Type: InfoDataSetContentPersonalizationVariantInfo
See Also