System.Web.SiteMapNode.NextSibling Property

Gets the next System.Web.SiteMapNode node on the same hierarchical level as the current one, relative to the SiteMapNode.ParentNode property (if one exists).

Syntax

public virtual SiteMapNode NextSibling { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SiteMapNode.NextSibling property presumes that the System.Web.SiteMapProvider object implements its internal collections such that when a parent node retrieves its SiteMapNode.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 System.Collections.Specialized.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.

Requirements

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