Returns true if the dimension state has more refinement dimension values than are currently being displayed.

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

Syntax

C#
public bool HasMore { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasMore As Boolean
Visual C++
public:
property bool HasMore {
	bool get ();
}

Remarks

This situation can arise through the use of RefinementConfig objects or if the dimension is enabled for dynamic ranking in Developer Studio.

Note that this property will return true regardless of whether the 'Generate "More..." dimension value' option is enabled in Developer Studio. In fact, there is no way in the RAD API to determine whether the 'Generate "More..." dimension value' option is enabled. Instead, it is recommended that this information reside in your application code.

See Also