SearchParameters Class |
Namespace: CMS.Search
public class SearchParameters
The SearchParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchParameters |
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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 which (for pager settings)
|
![]() | 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
|