Click or drag to resize
ContentPersonalizationVariantInfoProviderGetContentPersonalizationVariants 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#
public static InfoDataSet<ContentPersonalizationVariantInfo> GetContentPersonalizationVariants(
	int pageTemplateId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id

Return Value

Type: InfoDataSetContentPersonalizationVariantInfo
See Also