public int SearchCount( int categoryId, string searchPhrase, bool titlesOnly, bool publicOnly, bool recursive, CatalogNodeTypeFlags catalogNodeTypes )
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
Return Value
The number of catalog nodes matching the search criteria