Click or drag to resize
TreeNodeInitialize Method (String, IDataContainer, TreeProvider)
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: 11.0.0
Syntax
C#
protected void Initialize(
	string className,
	IDataContainer data,
	TreeProvider treeProvider
)

Parameters

className
Type: SystemString
Class name in format application.class
data
Type: CMS.BaseIDataContainer
Data container containing all tree node, document and coupled table
treeProvider
Type: CMS.DocumentEngineTreeProvider
Tree provider used to access data
See Also