SiteMapNode::NextSibling Property
Gets the next SiteMapNode node on the same hierarchical level as the current one, relative to the ParentNode property (if one exists).
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::SiteMapNodeThe next SiteMapNode, serially, after the current one, under the parent node; otherwise, nullptr, if no parent exists, there is no node that follows this one, or security trimming is enabled and the user cannot view the parent or next sibling nodes.
The NextSibling property presumes that the SiteMapProvider object implements its internal collections such that when a parent node retrieves its ChildNodes property, the nodes are in the same order as they appear in the site map. If you use .NET Framework collection classes in an implementation of a site map provider, choose collections that implement the IList interface, such as the ArrayList or ListDictionary classes. If you choose collections that do not implement the IList interface, such as the Hashtable class, unexpected results can occur for simple site navigation operations.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.