[DataObjectMethod(DataObjectMethodType.Select)] IList<CatalogNode> LoadForCategory( int categoryId, bool publicOnly, bool groupRestrictions, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- categoryId
- The category Id for which to load the catalog nodes
- publicOnly
- If true on public (published) nodes are included
- groupRestrictions
- If true products assigned to groups that doesn't belong to user will not be listed.
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded products
Return Value
The collection of catalog node items for given category id