TreeNode Initialize Method (String, IDataContainer, TreeProvider)Kentico 8.1 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.1.5347.20411)

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