[DataObjectMethod(DataObjectMethodType.Select)] IList<CatalogNode> LoadForCategory( int categoryId, bool publicOnly, int maximumRows, int startRowIndex )
Parameters
- categoryId
- The category Id for which to load the catalog nodes
- publicOnly
- If true on public (published) nodes are included
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
The collection of catalog node items for the given category