public static IList<SearchResult> SearchWebsite( string searchPhrase, int categoryId, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- searchPhrase
- The search phrase.
- categoryId
- The id of category to search for the search phrase.
- 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
Search restuls for given search query.