<?xml version="1.0"?>
<doc>
<assembly>
<name>ComponentArt.Web.UI</name>
</assembly>
<members>
<member name="T:ComponentArt.Web.UI.TreeViewNodeCollection">
<summary>
Collection of <see cref="T:ComponentArt.Web.UI.TreeViewNode"/> objects.
</summary>
</member>
<member name="T:ComponentArt.Web.UI.NavigationNodeCollection">
<summary>
Collection of <see cref="T:ComponentArt.Web.UI.NavigationNode"/> objects.
</summary>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.#ctor(ComponentArt.Web.UI.BaseNavigator,ComponentArt.Web.UI.NavigationNode)">
<summary>
Constructor.
</summary>
<param name="oNavigator">The parent <see cref="T:ComponentArt.Web.UI.BaseNavigator"/> control.</param>
<param name="oParent">The parent node of the collection, or null if this is the top-level collection.</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Clear">
<summary>
Removes all elements from the collection.
</summary>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the collection.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Sort(System.Collections.IComparer,System.Boolean)">
<summary>
Sort the nodes in this collection using the given node comparer.
</summary>
<param name="comparer">The IComparer to use for comparing nodes</param>
<param name="bRecursive">Whether to sort all levels beneath this one</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Sort(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Sort the nodes in this collection by the given property.
</summary>
<param name="sPropertyName">The name of the property to sort by</param>
<param name="bDescending">Whether to sort in a descending order</param>
<param name="bNumeric">Whether to sort numerically instead of alphabetically (all values must be numbers)</param>
<param name="bCaseSensitive">Whether to take case into account when sorting</param>
<param name="bRecursive">Whether to recursively sort all levels beneath this one</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Sort(System.String,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Sort the nodes in this collection by the given property.
</summary>
<param name="sPropertyName">The name of the property to sort by</param>
<param name="bDescending">Whether to sort in a descending order</param>
<param name="bNumeric">Whether to sort numerically instead of alphabetically (all values must be numbers)</param>
<param name="bRecursive">Whether to recursively sort all levels beneath this one</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Sort(System.String,System.Boolean,System.Boolean)">
<summary>
Sort the nodes in this collection by the given property.
</summary>
<param name="sPropertyName">The name of the property to sort by</param>
<param name="bDescending">Whether to sort in a descending order</param>
<param name="bRecursive">Whether to recursively sort all levels beneath this one</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Sort(System.String,System.Boolean)">
<summary>
Sort the nodes in this collection by the given property.
</summary>
<param name="sPropertyName">The name of the property to sort by</param>
<param name="bDescending">Whether to sort in a descending order</param>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.Sort">
<summary>
Sort the nodes in this collection by Text, ascending.
</summary>
</member>
<member name="M:ComponentArt.Web.UI.NavigationNodeCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
</summary>
<param name="array">The one-dimensional <see cref="T:System.Array"/> that is the destination of the elements copied from
this collection. The <b>Array</b> must have zero-based indexing.</param>
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
</member>
<member name="P:ComponentArt.Web.UI.NavigationNodeCollection.Count">
<summary>
Gets the number of elements contained in the collection.
</summary>
<value>
The number of elements contained in the collection.
</value>
</member>
<member name="P:ComponentArt.Web.UI.NavigationNodeCollection.IsSynchronized">
<summary>
Gets a value indicating whether access to the collection is synchronized (thread safe).
</summary>
<value>
<b>true</b> if access to the collection is synchronized (thread safe); otherwise, <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="P:ComponentArt.Web.UI.NavigationNodeCollection.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the collection.
</summary>
<value>
An object that can be used to synchronize access to the collection.
</value>
</member>
<member name="P:ComponentArt.Web.UI.NavigationNodeCollection.System#Collections#IList#IsFixedSize">
<summary>
Gets a value indicating whether the collection has a fixed size.
</summary>
<value>
<b>true</b> if the collection has a fixed size; otherwise, <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="P:ComponentArt.Web.UI.NavigationNodeCollection.System#Collections#IList#IsReadOnly">
<summary>
Gets a value indicating whether the collection is read-only.
</summary>
<value>
<b>true</b> if the collection is read-only; otherwise, <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="M:ComponentArt.Web.UI.TreeViewNodeCollection.#ctor(ComponentArt.Web.UI.TreeView,ComponentArt.Web.UI.TreeViewNode)">
<summary>
Constructor.
</summary>
<param name="oTreeView">The parent <see cref="T:ComponentArt.Web.UI.TreeView"/> control.</param>
<param name="oParent">The parent node of the collection, or null if this is the top-level collection.</param>
</member>
<member name="M:ComponentArt.Web.UI.TreeViewNodeCollection.Add(ComponentArt.Web.UI.TreeViewNode)">
<summary>
Adds a treeview node to the end of the <b>TreeViewNodeCollection</b>.
</summary>
<param name="node">The <see cref="T:ComponentArt.Web.UI.TreeViewNode"/> to be added to the end of