Click or drag to resize
DocumentHelperGetTreeNodeDataSet Method
Gets the new DataSet for the given node with specific class name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public 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