Gets or sets all the child nodes of the current System.Web.SiteMapNode object from the associated System.Web.SiteMapProvider provider.
Documentation for this section has not yet been entered.
The System.Web.SiteMapNode relies on the System.Web.SiteMapProvider that it is associated with to keep track of its relationships to other nodes in the site map. This property calls the SiteMapProvider.GetChildNodes(SiteMapNode) method, passing a reference to itself, to retrieve the System.Web.SiteMapNodeCollection.
If security trimming is enabled, only nodes that the current user is permitted to see are returned. If the user is not permitted to see any child nodes, an empty collection is returned.