Click or drag to resize
TreeNodeCollectionNodeType Constructor (String, DataSet)
Constructor. Creates a static collection populated from DataSet

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public TreeNodeCollection(
	string className,
	DataSet sourceData
)

Parameters

className
Type: SystemString
Default class name for the documents (if ClassName column is not available)
sourceData
Type: System.DataDataSet
Source DataSet
See Also