ContentPersonalizationVariantInfoProviderGetContentPersonalizationVariantId Method |
Note: This API is now obsolete.
Returns the Content personalization variant id for the specified template and code name.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax [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:
Int32See Also