IList<Layout> SearchForLayoutType( string keywords, LayoutType layoutType, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- keywords
- The keywords or search term
- layoutType
- The given layout type.
- sortExpression
- Sort expression to use for sorting
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
List of layout objects