XmlSiteMapProvider.GetParentNode(SiteMapNode) Method

Definition

Returns the parent node of the site map.

public:
 override System::Web::SiteMapNode ^ GetParentNode(System::Web::SiteMapNode ^ node);
public override System.Web.SiteMapNode GetParentNode (System.Web.SiteMapNode node);
override this.GetParentNode : System.Web.SiteMapNode -> System.Web.SiteMapNode
Public Overrides Function GetParentNode (node As SiteMapNode) As SiteMapNode

Parameters

node
SiteMapNode

The SiteMapNode object to get the parent node from.

Returns

The parent node of the site map.

Applies to