Click or drag to resize
TreeHelper Class

Note: This API is now obsolete.

Static tree accessing methods.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineTreeHelper

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("This class is no longer supported, use the DocumentQuery class instead.")]
public static class TreeHelper

The TreeHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDocument
Selects document according to provided parameters and current view mode.
Public methodStatic memberGetDocuments(String, String, String, Boolean, String, String, String, Int32, Boolean, Int32, String)
Selects tree nodes according to provided parameters, current view mode and returns them as dataset.
Public methodStatic memberGetDocuments(String, String, String, Boolean, String, String, String, Int32, Boolean, Guid, String, Boolean, Int32, String)
Selects tree nodes according to provided parameters, current view mode and returns them as dataset.
Public methodStatic memberSelectNodes(String)
Selects tree nodes according to provided parameters and returns them as dataset. If classNames not specified, the result does not contain coupled data.
Public methodStatic memberSelectNodes(String, Boolean, String, String, String, Int32, Boolean)
Selects tree nodes according to provided parameters and returns them as dataset. If classNames not specified, the result does not contain coupled data.
Public methodStatic memberSelectNodes(String, Boolean, String, String, String, Int32, Boolean, Guid, String, Boolean)
Selects tree nodes without coupled data according to provided parameters and returns them as dataset.
Public methodStatic memberSelectSingleDocument
Returns the document node specified by the given document ID.
Public methodStatic memberSelectSingleNode(Int32)
Returns single node specified by NodeID, uses the preferred culture.
Public methodStatic memberSelectSingleNode(String)
Returns single document node.
Public methodStatic memberSelectSingleNode(String, Boolean, String, Boolean)
Returns single document node.
Top
See Also