The RefinementConfig type exposes the following members.

Properties

  NameDescription
DimensionValueId
The ID of the DimensionValue that this RefinementConfig controls.
IsExposed
Gets or sets whether to expose the dimension. When this is set to false, all other properties are trumped and the dimension is not exposed. Set to true by default.
LimitDimensionValues
Gets or sets whether to show all dimension values, some (meaning the more button), or default to the settings in Developer Studio.
MaximumDimensionValueCount
Gets or sets the maximum number of dimension values (refinements) to return to the user. This is only used if the dimension value has a limit on the number of dimension values it returns.
OrderByRecordCount
Gets or sets whether the dimension value is sorted by refinement sort order or by record count. If set to use the default, the dimension value will be sorted by refinement sort order or record count, depending on the dimension's setting in Developer Studio. This is only used if the dimension value has a limit on the number of dimension values it returns.

See Also