TreeNode Initialize Method (String, IDataContainer, TreeProvider)Kentico 8.0 API Reference
Initializes the object created with default constructor. Use it to load existing node from data row.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

className
Type: OnlineSystem String
Class name in format application.class
data
Type: CMS.Base IDataContainer
Data container containing all tree node, document and coupled table
treeProvider
Type: CMS.DocumentEngine TreeProvider
Tree provider used to access data
See Also