[DataObjectMethod(DataObjectMethodType.Select)] IList<ICatalogable> Search( int categoryId, string searchPhrase, bool titlesOnly, bool publicOnly, bool recursive, CatalogNodeTypeFlags catalogNodeTypes, int maximumRows, int startRowIndex )
Parameters
- categoryId
- The category in which to perform the search
- searchPhrase
- The search phrase to search for
- titlesOnly
- If true only node titles are searched
- publicOnly
- If true only public (published) nodes are searched
- recursive
- If true search is performend recursively on the sub-categories
- catalogNodeTypes
- The type of catalog nodes to include in the search
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
Collection of catalog nodes matching the search criteria