IList<PageView> LoadForCatalogNodeType( CatalogNodeType catalogNodeType, int userId, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- catalogNodeType
- The type of catalog node views to load
- userId
- The user to filter views by; pass 0 for all users
- maximumRows
- Maximum number of rows to return
- startRowIndex
- Starting index of first record in result set
- sortExpression
- Sort expression to apply to the result set
Return Value
A PageViewCollection that contains all views meeting the criteria