public IList<Category> LoadForParent( int categoryId, bool publicOnly )
Parameters
- categoryId
- The parent category ID.
- publicOnly
- If true only public (published) categories are loaded.
Return Value
A list of Category that contains all child categories of the given parent.