TreeSiteMapProviderGetChildNodes Method (Int32, Int32) |
Returns the set of child nodes for the specified node.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public SiteMapNodeCollection GetChildNodes(
int nodeId,
int nodeLevel
)
Parameters
- nodeId
- Type: SystemInt32
- nodeLevel
- Type: SystemInt32
Return Value
Type:
SiteMapNodeCollectionSee Also