ABTestUIVariantHelperGetPersistentVariantIdentifier 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.UIAssembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax public static Nullable<Guid> GetPersistentVariantIdentifier(
int pageId
)
Parameters
- pageId
- Type: SystemInt32
Identifies page for which to retrieve A/B variant.
Return Value
Type:
NullableGuidSee Also