SiteMapNodeCollection Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds a single SiteMapNode object to the collection. |
| AddRange | Overloaded. Adds a set of SiteMapNode objects to the collection. |
| Clear | Removes all items from the collection. |
| Contains | Determines whether the collection contains a specific SiteMapNode object. |
| CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetDataSourceView | Retrieves the SiteMapDataSourceView object that is associated with the nodes in the current collection. |
| GetEnumerator | Retrieves a reference to an enumerator object, which is used to iterate over the collection. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetHierarchicalDataSourceView | Retrieves the SiteMapHierarchicalDataSourceView object that is associated with the nodes in the current collection. |
| GetHierarchyData | Returns a hierarchical data item for the specified enumerated item. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Searches for the specified SiteMapNode object, and then returns the zero-based index of the first occurrence within the entire collection. |
| Insert | Inserts the specified SiteMapNode object into the collection at the specified index. |
| ReadOnly | Returns a read-only collection that contains the nodes in the specified SiteMapNodeCollection collection. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified SiteMapNode object from the collection. |
| RemoveAt | Removes the SiteMapNode object at the specified index of the collection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnValidate | Performs additional custom processes when validating a value. |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | Copies the elements of the ICollection interface to an array, starting at a particular array index. This class cannot be inherited. |
| System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. For a description of this member, see IEnumerable.GetEnumerator. |
| System.Collections.IList.Add | Adds an item to the collection in the IList interface. For a description of this member, see IList.Add. |
| System.Collections.IList.Clear | Removes all items from the collection in the IList interface. For a description of this member, see IList.Clear. |
| System.Collections.IList.Contains | Determines whether the collection in the IList interface contains the specified Boolean value. |
| System.Collections.IList.IndexOf | Determines the index of the specific item in the collection that is returned by the IList interface. For a description of this member, see IList.IndexOf. |
| System.Collections.IList.Insert | Inserts an item into the collection in the IList interface at the specified index. For a description of this member, see IList.Insert. |
| System.Collections.IList.Remove | Removes the first occurrence of a specified object from the collection in the IList interface. For a description of this member, see IList.Remove. |
| System.Collections.IList.RemoveAt | Removes the IList item at the specified index. For a description of this member, see IList.RemoveAt. |
| System.Web.UI.IHierarchicalEnumerable.GetHierarchyData | Returns a hierarchical data item for the specified enumerated item. For a description of this member, see IHierarchicalEnumerable.GetHierarchyData. |
Community Additions
ADD
Show: