TreeProvider Search Method (String, String, String, String, SearchModeEnum, Boolean, String, Boolean, Boolean, String, String)Kentico 8.1 API Reference
Searches data and returns results.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

siteName
Type: OnlineSystem String
Site name
searchNodePath
Type: OnlineSystem String
Path of the starting node
cultureCode
Type: OnlineSystem String
Culture code
searchExpression
Type: OnlineSystem String
Search expression
searchMode
Type: CMS.Search SearchModeEnum
Search mode
searchChildNodes
Type: OnlineSystem Boolean
Indicates if child nodes should be searched
classNames
Type: OnlineSystem String
List of class names to be searched in format application.class separated by semicolon.
filterResultsByReadPermission
Type: OnlineSystem Boolean
Indicates if search results should be filtered by read permission for the current user. The default value is false
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

Return Value

Type: OnlineDataSet
See Also