DocumentHelperGetTreeNodeDataSet Method |
Gets the new DataSet for the given node with specific class name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax 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:
DataSetSee Also