Click or drag to resize
ContentPersonalizationVariantInfoProviderGetContentPersonalizationVariantId Method

Note: This API is now obsolete.

Returns the Content personalization variant id for the specified template and code name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use object query instead.")]
public static int GetContentPersonalizationVariantId(
	int pageTemplateId,
	string variantName
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
variantName
Type: SystemString
The variant code name

Return Value

Type: Int32
See Also