ABTestUIVariantHelperSetPersistentVariantIdentifier Method |
Persists identifier of the A/B variant to be displayed in Pages UI for given node.
Namespace: CMS.OnlineMarketing.Web.UIAssembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax public static void SetPersistentVariantIdentifier(
int pageId,
Guid targetVariant
)
Parameters
- pageId
- Type: SystemInt32
Identifies page for which to persist A/B variant. - targetVariant
- Type: SystemGuid
A/B variant identifier that should be persisted for the usage in the UI for given pageId.
See Also