RefinerType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Represents the functionality that can be performed on a refiner.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration RefinerType
'Usage
Dim instance As RefinerType
[DataContractAttribute]
public enum RefinerType
[DataContractAttribute]
public enum class RefinerType
Members
Member name | Description | |
---|---|---|
SingleSelect | Represents a refiner where only one refiner value can be used at a time for refinement. | |
MultiSelect | Represents a refiner where multiple refiner values can be used at a time for refinement. |