Skip to main content
Tab

UnboundSiteMapProviderBase.GetChildNodes(SiteMapNode) Method

Retrieves the child site map nodes of a specific site map node object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override SiteMapNodeCollection GetChildNodes(
    SiteMapNode node
)

Parameters

Name Type Description
node SiteMapNode

The SiteMapNode for which to retrieve all child site map nodes.

Returns

Type Description
SiteMapNodeCollection

A read-only SiteMapNodeCollection that contains the child site map nodes of the specified node. If security trimming is enabled, the collection contains only those site map nodes that the user is permitted to see.

Remarks

The GetChildNodes method can be used to obtain a read-only SiteMapNodeCollection collection of the site map nodes that are relative to the specified site map node and relevant to the current user.

See Also