TreePathUtilsGetChildNodes Method |
Gets child nodes of node specified by identifier.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static DataSet GetChildNodes(
int nodeParentId
)
Parameters
- nodeParentId
- Type: SystemInt32
Identifier of parent node
Return Value
Type:
DataSetDataSet with child nodes
See Also