The members of System.Web.SiteMapNodeCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.SiteMapNodeCollection class, which is the default instance. | ||
Initializes a new instance of the System.Web.SiteMapNodeCollection class with the specified initial capacity. | ||
Initializes a new instance of the System.Web.SiteMapNodeCollection class and adds the System.Web.SiteMapNode object to the CollectionBase.InnerList property for the collection. | ||
Initializes a new instance of the System.Web.SiteMapNodeCollection class and adds the array of type System.Web.SiteMapNode to the CollectionBase.InnerList property for the collection. | ||
Initializes a new instance of the System.Web.SiteMapNodeCollection class and adds all the list items of the specified System.Web.SiteMapNodeCollection collection to the CollectionBase.InnerList property for the collection. |
[read-only] | Count | int.
Gets the number of elements contained in the collection. |
[read-only] | IsFixedSize | bool.
Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection. |
[read-only] | IsReadOnly | bool.
Gets a Boolean value indicating whether the collection is read-only. |
[read-only] | IsSynchronized | bool.
Gets a Boolean value indicating whether access to the collection is synchronized (thread safe). |
default property | Item(int) | SiteMapNode. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |
Add(SiteMapNode)
| ||
AddRange(SiteMapNode[])
| ||
AddRange(SiteMapNodeCollection)
| ||
Clear()
| ||
Contains(SiteMapNode)
| ||
CopyTo(SiteMapNode[], int)
| ||
GetDataSourceView(System.Web.UI.WebControls.SiteMapDataSource, string)
| ||
GetEnumerator()
| ||
GetHierarchicalDataSourceView()
| ||
GetHierarchyData(object)
| ||
IndexOf(SiteMapNode)
| ||
Insert(int, SiteMapNode)
| ||
static | ReadOnly(SiteMapNodeCollection)
| |
Remove(SiteMapNode)
| ||
RemoveAt(int)
|
OnValidate(object)
|
IList.Add |
Adds an item to the collection in the IList interface. For a description of this member, see IList.Add(object). | |
IList.Clear |
Removes all items from the collection in the IList interface. For a description of this member, see IList.Clear. | |
IList.Contains |
Determines whether the collection in the IList interface contains the specified Boolean value. | |
ICollection.CopyTo |
Copies the elements of the ICollection interface to an array, starting at a particular array index. This class cannot be inherited. | |
[read-only] | ICollection.Count | int.
Gets the number of elements that are contained in the ICollection interface. This class cannot be inherited. |
IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection. For a description of this member, see IEnumerable.GetEnumerator. | |
System.Web.UI.IHierarchicalEnumerable.GetHierarchyData |
Returns a hierarchical data item for the specified enumerated item. For a description of this member, see System.Web.UI.IHierarchicalEnumerable.GetHierarchyData(object). | |
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(object). | |
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(int, object). | |
[read-only] | IList.IsFixedSize | bool.
Gets a Boolean value indicating whether the collection has a fixed size. For a description of this member, see IList.IsFixedSize. |
[read-only] | IList.IsReadOnly | bool.
Gets a Boolean value indicating whether the collection is read-only. For a description of this member, see IList.IsReadOnly. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a Boolean value indicating whether access to the ICollection interface is synchronized (thread safe). This class cannot be inherited. |
IList.Item | object. Documentation for this section has not yet been entered. | |
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(object). | |
IList.RemoveAt |
Removes the IList item at the specified index. For a description of this member, see IList.RemoveAt(int). | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection interface. This class cannot be inherited. |