IList<PageView> LoadForCatalogNodeType( CatalogNodeType catalogNodeType, int userId, int maximumRows, int startRowIndex )
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
Return Value
A PageViewCollection that contains all views meeting the criteria