Click or drag to resize
KaxSiteMapNodeCollection Methods

The KaxSiteMapNodeCollection type exposes the following members.

Methods
  Name Description
Public method Add
Appends a node to the collection.
Public method Code example AddRange
Appends the specified array of KaxSiteMapNode objects to the end of the current KaxSiteMapNodeCollection.
Public method Code example FindNode
Returns the first KaxSiteMapNode that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindNodeByText(String)
Searches all nodes for a KaxSiteMapNode with a Text property equal to the specified text.
Public method FindNodeByText(String, Boolean)
Searches all nodes for a KaxSiteMapNode with a Text property equal to the specified text.
Public method Insert
Inserts a node to the collection at the specified index.
Public method Remove
Removes the specified node from the collection.
Top
See Also