Get or sets the option to return the children for all top-level refinements.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[CommandParameterPropertyAttribute(Key = "Nea")] public Nullable<bool> EnableExposeAllRefinements { get; set; } |
| Visual Basic (Declaration) |
|---|
<CommandParameterPropertyAttribute(Key := "Nea")> _ Public Property EnableExposeAllRefinements As Nullable(Of Boolean) |
| Visual C++ |
|---|
[CommandParameterPropertyAttribute(Key = L"Nea")] public: property Nullable<bool> EnableExposeAllRefinements { Nullable<bool> get (); void set (Nullable<bool> value); } |