Searches data and returns results.
Namespace: CMS.SearchProviderSQLAssembly: CMS.SearchProviderSQL (in CMS.SearchProviderSQL.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- searchNodePath
- Type: System String
Search node path
- cultureCode
- Type: System String
Culture code
- searchExpression
- Type: System String
Search expression
- searchMode
- Type: CMS.Search SearchModeEnum
Search mode
- searchChildNodes
- Type: System Boolean
Search child nodes
- classNames
- Type: System String
Class names
- filterResultsByReadPermission
- Type: System Boolean
Filter results by read permission?
- searchOnlyPublished
- Type: System Boolean
Search only published?
- whereCondition
- Type: System String
Where condition
- orderBy
- Type: System String
Order by clause
- combineWithDefaultCulture
- Type: System Boolean
Specifies if return the default culture document when specified culture not found
Return Value
Type: DataSetSee Also