ISearchProvider Search Method Kentico 8.0 API Reference
Searches content specified by parameters.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Site code name
searchNodePath
Type: OnlineSystem String
Starting alias path without %
cultureCode
Type: OnlineSystem String
Culture code
searchExpression
Type: OnlineSystem String
Expression to searched for
searchMode
Type: CMS.Search SearchModeEnum
Search mode - all words, any word, exact phrase
searchChildNodes
Type: OnlineSystem Boolean
Search child nodes under the given starting path
classNames
Type: OnlineSystem String
Class names in format cms.article;cms.news
filterResultsByReadPermission
Type: OnlineSystem Boolean
Indicates if only documents the current user is allowed to read should be displayed
searchOnlyPublished
Type: OnlineSystem Boolean
Indicates if only published documents should be searched
whereCondition
Type: OnlineSystem String
Where condition
orderBy
Type: OnlineSystem String
Order by clause
combineWithDefaultCulture
Type: OnlineSystem Boolean
Specifies if return the default culture document when specified culture not found

Return Value

Type: OnlineDataSet
See Also