IList<Category> LoadCategories( string keywords, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- keywords
- The keywords or search term
- sortExpression
- The sort expression to use for sorting the loaded objects.
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A list of webpages