The NavigationParameters type exposes the following members.

Fields

  NameDescription
AggregateRecordOffset
Name of the parameter that indicates the offset within the results.
AggregateRecordsPerPage
Name of the parameter that indicates the number of aggregate records in each result set.
AggregationKey
Name of the parameter that indicates the property or dimension by which records should be aggregated.
AlternativePhrasingMode
Name of the parameter that indicates the phrasinig mode used in the command.
AnalyticsExpression
Name of the parameter that indicates the AnalyticsExpression used in the command.
EnableDidYouMean
Name of the parameter that indicates the "did you mean" option for the search.
EnableExposeAllRefinements
Name of the parameter that indicates the option to return the children for all top-level refinements.
EnableRetrievePropertyData
Name of the parameter that indicates whether the command should include key properties data in the results metadata. If not specified, the default value is false.
EqlExpression
Name of the parameter that indicates the EQL expression for the command.
FilterAttribute
Name of the parameter that indicates the property or dimension for a given range filter.
FilterLowerBound
Name of the parameter that indicates the lower bound of a given range filter.
FilterRangeType
Name of the parameter that indicates the range type of a given range filter. See RangeFilterOperator
FilterUpperBound
Name of the parameter that indicates the upper bound of a given range filter.
LanguageId
Name of the parameter that indicates the language id for the command.
RecordFilter
Name of the parameter that indicates the record filter for the command.
RecordOffset
Name of the parameter that indicates the offset within the results.
RecordsPerAggregateRecord
Name of the parameter that indicates the number of constituent records to retrieve per aggregate record.
RecordsPerPage
Name of the parameter that indicates the number of records in each result set.
SearchAttribute
Name of the parameter that indicates the property, dimension, or search interface name to search within.
SearchMode
Name of the parameter that indicates the search mode. See SearchMode
SearchRelevanceRanking
Search options string specifying relevance ranking strategy and attributes.
SearchText
Name of the parameter that indicates the search text for a given search.
SortDirection
Name of the parameter that indicates a sort direction. This corresponds to SortDirection. A parameter with this name should be of type Int32.
SortKeyName
Name of the parameter that indicates a sort property name. This corresponds to KeyName.
SortType
Name of the parameter that indicates a sort type. This corresponds to SortType. A parameter with this name should be of type Int32.
StratifiedDimVals
Name of the parameter that indicates the stratified dim values for the command.

See Also