The RefinementConfig type exposes the following members.

Constructors

  NameDescription
RefinementConfigOverloaded.

Methods

  NameDescription
CopyFrom
Copy the state from config into this.
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode (Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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.

Events

  NameDescription
PropertyChanged
Raised when items in this collection have their properties changed.

See Also