Click or drag to resize
CMSSearchResults Properties

The CMSSearchResults type exposes the following members.

Properties
  NameDescription
Public propertyCacheDependencies
Cache dependencies, each cache dependency on a new line.
Public propertyCacheItemName
Name of the cache item the control will use.
Public propertyCacheMinutes
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
Public propertyClassNames
Property to set and get the ClassNames list (separated by the semicolon).
Public propertyCMSSearchDialogID
Optionally, you can use this property to specify the ID of the source CMSSearchDialog control that provides search parameters.
Public propertyCombineWithDefaultCulture
Property to set and get the CombineWithDefaultCulture flag.
Public propertyCultureCode
Property to set and get the CultureCode.
Public propertyDataSource
Gets or sets a DataSet containing values used to populate the items within the control. This value needn't be set.
Public propertyEnablePaging
Enables paging on Data control.
Public propertyFilterControl
Filter control.
Public propertyFilterName
Gets or Set filter name.
Public propertyFilterOutDuplicates
Indicates if the duplicated (linked) items should be filtered out from the data.
Public propertyFooterTemplate
Footer template for direct access.
Public propertyHeaderTemplate
Header template for direct access.
Public propertyCheckPermissions
Allows you to specify whether to check permissions of the current user. If the value is 'false' (default value) no permissions are checked. Otherwise, only nodes for which the user has read permission are displayed.
Public propertyIgnoreTransformations
Indicates if transformations should be ignored and templates for direct access should be used.
Public propertyItemTemplate
Item template for direct access.
Public propertyNoResultsLabel
Label with 'no results' text.
Public propertyOrderBy
Property to set and get the Order by.
Public propertyPagerControl
Data pager control.
Public propertyPath
Property to set and get the Path.
Public propertyQueryStringKey
Query string key used for data pager URL parameter.
Public propertySearchExpression
Word(s) to be searched for.
Public propertySearchMode
Indicates if all content or only the current section should be searched.
Public propertySearchScope
Search mode - any word, all words or exact phrase.
Public propertySelectOnlyPublished
Property to set and get the SelectOnlyPublished flag.
Public propertySiteName
Property to set and get the SiteName.
Public propertyStopProcessing
Stop processing
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.)
Public propertyTransformationName
Transformation name in format application.class.transformation.
Public propertyTreeProvider
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
Public propertyWhereCondition
Property to set and get the Where condition.
Top
See Also