| TreePageDataGetChildNodes Method |
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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