Click or drag to resize
ABTestUIVariantHelperGetPersistentVariantIdentifierInternal Method
Gets identifier of the A/B variant (original is considered to be an A/B variant as well) persisted for usage in the UI for given node. If null then no variant was persisted for the 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 Nullable<Guid> GetPersistentVariantIdentifierInternal(
	int pageId
)

Parameters

pageId
Type: SystemInt32
Identifies page for which to retrieve A/B variant.

Return Value

Type: NullableGuid
See Also