Click or drag to resize
ABTestNameHelperGetDefaultDisplayNameInternal Method
Gets display name to be used when initializing a new A/B test for a page.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
protected virtual string GetDefaultDisplayNameInternal(
	TreeNode page
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to get display name for.

Return Value

Type: String
Returns display name for page.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when page is null.
Remarks
The default implementation returns display name in format 'DocumentName (DocumentCulture)'.
See Also