System.Web.SiteMapNode.ParentNode Property

Gets or sets the System.Web.SiteMapNode object that is the parent of the current node.

Syntax

public virtual SiteMapNode ParentNode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.SiteMapNode class relies on the site map provider with which it is associated to track its relationships to other nodes in the site map. The SiteMapNode.ParentNode property calls the SiteMapProvider.GetParentNode(SiteMapNode) method, passing a reference to itself, to retrieve the parent System.Web.SiteMapNode.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0