| SearchParameters Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Search
 Syntax
Syntaxpublic class SearchParameters
The SearchParameters type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SearchParameters | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AttachmentOrderBy | 
            Order by for attachments search
             | 
|  | AttachmentWhere | 
            Where condition for attachments search
             | 
|  | BlockFieldOnlySearch | 
            If true, performs the search only when the content part of the search expression is present.
             | 
|  | ClassNames | 
            Class names
             | 
|  | CombineWithDefaultCulture | 
            Whether combine with default culture
             | 
|  | CurrentCulture | 
            Current culture
             | 
|  | DefaultCulture | 
            Default culture
             | 
|  | DisplayResults | 
            Number of results which should be displayed
             | 
|  | CheckPermissions | 
            Indicates whether check permissions
             | 
|  | MaxScore | 
            Returns the maximum score value encountered within the search hits (among the NumberOfResults results).
             | 
|  | NumberOfProcessedResults | 
            Number of processed results due to performance optimization
             | 
|  | NumberOfResults | 
            Number of results for the search query.
             | 
|  | Path | 
            Path
             | 
|  | SearchAllCultures | 
            Returns true, if the search parameters search for all cultures
             | 
|  | SearchFor | 
            Search query
             | 
|  | SearchInAttachments | 
            Indicates whether search in attachments
             | 
|  | SearchIndexes | 
            List of search index names to search in, separated by semicolon
             | 
|  | SearchSort | 
            Search sort expression
             | 
|  | StartingPosition | 
            Starting position in search results (paging)
             | 
|  | User | 
            User info
             | 
 See Also
See Also