Click or drag to resize
TreeHelper Methods

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