The RefinementConfig type exposes the following members.

Properties

  NameDescription
DimensionValueId
The ID of the DimensionValue that this RefinementConfig controls.
(Inherited from RefinementConfig.)
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.
(Inherited from RefinementConfig.)
LimitDimensionValues
Gets or sets whether to show all dimension values, some (meaning the more button), or default to the settings in Developer Studio.
(Inherited from RefinementConfig.)
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.
(Inherited from RefinementConfig.)
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.
(Inherited from RefinementConfig.)

See Also