IList<Webpage> LoadForCategory( int categoryId, bool recurse, bool publicOnly, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- categoryId
- The category to get webpages from
- recurse
- A value indicating whether or not to get webpages from subcategories as well
- publicOnly
- A value indicating whether or not to get only public webpages or all webpages
- sortExpression
- Sort expression for the data
- maximumRows
- Maximum rows to retrieve
- startRowIndex
- Start row index
Return Value
A collection of webpages