Click or drag to resize
ABTestUIVariantHelperSetPersistentVariantIdentifierInternal Method
Persists identifier of the A/B variant to be displayed in Pages UI for given node.

Namespace: CMS.OnlineMarketing.Web.UI
Assembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected virtual void SetPersistentVariantIdentifierInternal(
	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