TreeHelper Class |
Namespace: CMS.DocumentEngine
public static class TreeHelper
The TreeHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetDocument |
Selects document according to provided parameters and current view mode.
|
![]() ![]() | GetDocuments(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.
|
![]() ![]() | GetDocuments(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.
|
![]() ![]() | SelectNodes(String) |
Selects tree nodes according to provided parameters and returns them as dataset. If classNames not specified, the result does not contain coupled data.
|
![]() ![]() | SelectNodes(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.
|
![]() ![]() | SelectNodes(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.
|
![]() ![]() | SelectSingleDocument |
Returns the document node specified by the given document ID.
|
![]() ![]() | SelectSingleNode(Int32) |
Returns single node specified by NodeID, uses the preferred culture.
|
![]() ![]() | SelectSingleNode(String) |
Returns single document node.
|
![]() ![]() | SelectSingleNode(String, Boolean, String, Boolean) |
Returns single document node.
|