Gets a RefinementConfigCollection that describes the dimension values that remain exposed, regardless of user interaction.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public RefinementConfigCollection PermanentRefinementConfigs { get; }
Visual Basic (Declaration)
Public ReadOnly Property PermanentRefinementConfigs As RefinementConfigCollection
Visual C++
public:
property RefinementConfigCollection^ PermanentRefinementConfigs {
	RefinementConfigCollection^ get ();
}

Remarks

Any RefinementConfig instance in this collection is always copied into RefinementConfigs of the command prior to a navigation query being executed.

See Also