| DocumentHelperGetTreeNodeDataSet Method  | 
            Gets the new DataSet for the given node with specific class name.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntaxpublic static DataSet GetTreeNodeDataSet(
	string className,
	bool isCoupled,
	bool hasSku
)
Parameters
- className
 - Type: SystemString
Class name - isCoupled
 - Type: SystemBoolean
Is coupled class - hasSku
 - Type: SystemBoolean
Has SKU information 
Return Value
Type: 
DataSet
See Also