ABTestNameHelperGetDefaultDisplayNameInternal Method |
Gets display name to be used when initializing a new A/B test for a page.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax protected virtual string GetDefaultDisplayNameInternal(
TreeNode page
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to get display name for.
Return Value
Type:
StringReturns display name for
page.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when page is null. |
Remarks See Also