Click or drag to resize
TreeNodeTypeExtensions Class
Extension methods to identify page features based on page type.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineTreeNodeTypeExtensions

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static class TreeNodeTypeExtensions

The TreeNodeTypeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHasMetadata
Indicates if the metadata feature is turned on for given page.
Public methodStatic memberHasUrl
Indicates if the URL feature is turned on for given page.
Public methodStatic memberIsNavigationItem
Indicates if the navigation item feature is turned on for given page.
Public methodStatic memberIsProduct
Returns true if the page represents a product.
Public methodStatic memberIsProductSection
Returns true if the page stands for the product section.
Public methodStatic memberIsRoot
Indicates if the given page is a root node.
Public methodStatic memberUsesPageBuilder
Indicates if the page builder feature is turned on for given page.
Top
See Also