UniTreeProviderGetChildNodes Method (String, Int32) |
Returns the set of child nodes for the specified node.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax public SiteMapNodeCollection GetChildNodes(
string parentNodeValue,
int nodeLevel
)
Parameters
- parentNodeValue
- Type: SystemString
Parent node value - nodeLevel
- Type: SystemInt32
Specified level
Return Value
Type:
SiteMapNodeCollectionSee Also