SiteMapNodeCollection.AddRange Method (SiteMapNodeCollection)
Assembly: System.Web (in system.web.dll)
public void AddRange ( SiteMapNodeCollection value )
public function AddRange ( value : SiteMapNodeCollection )
Parameters
- value
A SiteMapNodeCollection that contains the SiteMapNode objects to add to the current SiteMapNodeCollection.
The SiteMapNodeCollection collection that is passed to the AddRange method can contain a null reference (Nothing in Visual Basic)SiteMapNode objects; however, this leads to unexpected exceptions when the SiteMapNodeCollection is manipulated.
You cannot add a SiteMapNode object to a read-only or fixed-size SiteMapNodeCollection. You can test whether a SiteMapNodeCollection is read-only by checking the IsReadOnly property.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.