This documentation is archived and is not being maintained.
SiteMapNode::ParentNode Property
Visual Studio 2010
Gets or sets the SiteMapNode object that is the parent of the current node.
Assembly: System.Web (in System.Web.dll)
public: virtual property SiteMapNode^ ParentNode { SiteMapNode^ get (); void set (SiteMapNode^ value); }
Property Value
Type: System.Web::SiteMapNodeThe parent SiteMapNode; otherwise, nullptr, if security trimming is enabled and the user cannot view the parent node.
| Exception | Condition |
|---|---|
| InvalidOperationException | The node is read-only. |
The 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 ParentNode property calls the GetParentNode method, passing a reference to itself, to retrieve the parent SiteMapNode.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: