KaxSiteMapNodeCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxSiteMapNodeCollection type exposes the following members.
Name | Description | |
---|---|---|
KaxSiteMapNodeCollection |
Initializes a new instance of the KaxSiteMapNodeCollection class.
|
Name | Description | |
---|---|---|
Add |
Appends a node to the collection.
| |
AddRange | Appends the specified array of KaxSiteMapNode objects to the end of the
current KaxSiteMapNodeCollection.
| |
FindNode |
Returns the first KaxSiteMapNode
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
| |
FindNodeByText(String) |
Searches all nodes for a KaxSiteMapNode with a Text property
equal to the specified text.
| |
FindNodeByText(String, Boolean) |
Searches all nodes for a KaxSiteMapNode with a Text property
equal to the specified text.
| |
Insert |
Inserts a node to the collection at the specified index.
| |
Remove |
Removes the specified node from the collection.
|
Name | Description | |
---|---|---|
Item |
Gets or sets the KaxSiteMapNode at the specified index.
|