Click or drag to resize
TreePathUtilsGetChildNodes Method
Gets child nodes of node specified by identifier.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetChildNodes(
	int nodeParentId
)

Parameters

nodeParentId
Type: SystemInt32
Identifier of parent node

Return Value

Type: DataSet
DataSet with child nodes
See Also