Click or drag to resize
TreeNodeLoadFromDataRow Method
Loads the object data from given DataRow.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override void LoadFromDataRow(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with the data
See Also