When overridden in a derived class, retrieves the child nodes of a specific System.Web.SiteMapNode.
- node
- The System.Web.SiteMapNode for which to retrieve all child nodes.
A read-only System.Web.SiteMapNodeCollection that contains the immediate child nodes of the specified System.Web.SiteMapNode; otherwise, null or an empty collection, if no child nodes exist.
Classes that derive from the System.Web.SiteMapProvider class must implement the abstract SiteMapProvider.GetChildNodes(SiteMapNode) method.