Kentico CMS 7.0 Developer's Guide

TreeHelper class

TreeHelper class

Previous topic Next topic Mail us feedback on this topic!  

TreeHelper class

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

CMS.CMSHelper.TreeHelper class provides useful methods that allow you to access documents. All methods are static, which means you can access them directly like CMS.CMSHelper.TreeHelper.SelectNodes.

 

SelectSingleNode

Returns single node (document) specified by given NodeID or path.

SelectSingleDocument

Return single node (document) specified by given DocumentID (culture-specific document version).

SelectNodes

Returns a DataSet object containing nodes (documents) of given path.