Click or drag to resize
TreeNodeTypeExtensions Class
Extension methods for a type actions on tree node.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineTreeNodeTypeExtensions

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

The TreeNodeTypeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsFile
Returns true if the given document is a file node
Public methodStatic memberIsFolder
Returns true if the given document is a folder node
Public methodStatic memberIsRoot
Returns true if the given document is a root node
Top
See Also