Click or drag to resize
TreeNodeCollectionCreateNewObject Method
Creates new instance of the encapsulated object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override TreeNode CreateNewObject(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the data

Return Value

Type: TreeNode
See Also