Click or drag to resize
DocumentURLProviderOnGetABTestOriginalVariant Event
Delegates retrieving of original variant node (if the node is AB test variant) to external handler.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static event Func<TreeNode, TreeNode> OnGetABTestOriginalVariant

Value

Type: SystemFuncTreeNode, TreeNode
Remarks
Returning null the event handler indicates that given TreeNode parameter is not a valid AB test variant or AB testing feature is not allowed.
See Also