NCategoryCollection Class Members
The following tables list the members exposed by NCategoryCollection.
| Name | Description |
 | FindByName | Finds the category with the given name. Returns null if a category with such name does not exist in this collection. |
 | IndexOf | Overloaded. Finds the index in this collection of the category with the given name. Returns -1 if a category with such name does not exist in the collection. |
Top
| Name | Description |
 | OnChildInserting | Overridden. Overriden to throw an exception if a category with name equal to the name of the one to be inserted already exists in the collection. |
Top