Click or drag to resize
TreePageDataGetChildNodes Method

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public List<TreeNodeData> GetChildNodes(
	string objType,
	string objId,
	int parentLevel
)

Parameters

objType
Type: SystemString
objId
Type: SystemString
parentLevel
Type: SystemInt32

Return Value

Type: ListTreeNodeData
See Also