Click or drag to resize
KaxSiteMapNodeCollection Class
Represents a collection of KaxSiteMapNode objects in a KaxSiteMap control.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsControlItemCollection
      Kettic.AspNet.ControlsKaxSiteMapNodeCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxSiteMapNodeCollection : ControlItemCollection, 
	IList<KaxSiteMapNode>, ICollection<KaxSiteMapNode>, IEnumerable<KaxSiteMapNode>, 
	IEnumerable

The KaxSiteMapNodeCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxSiteMapNodeCollection
Initializes a new instance of the KaxSiteMapNodeCollection class.
Top
Methods
  NameDescription
Public methodAdd
Appends a node to the collection.
Public methodCode exampleAddRange
Appends the specified array of KaxSiteMapNode objects to the end of the current KaxSiteMapNodeCollection.
Public methodCode exampleFindNode
Returns the first KaxSiteMapNode that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public methodFindNodeByText(String)
Searches all nodes for a KaxSiteMapNode with a Text property equal to the specified text.
Public methodFindNodeByText(String, Boolean)
Searches all nodes for a KaxSiteMapNode with a Text property equal to the specified text.
Public methodInsert
Inserts a node to the collection at the specified index.
Public methodRemove
Removes the specified node from the collection.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the KaxSiteMapNode at the specified index.
Top
See Also