Gets the total number of ERec objects aggregated in this aggregated Endeca record.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual long TotalNumERecs { get; }
Visual Basic
Public Overridable ReadOnly Property TotalNumERecs As Long
	Get
Visual C++
public:
virtual property long long TotalNumERecs {
	long long get ();
}

Field Value

The total number of ERec objects that compose this aggregated Endeca record.

Remarks

Based on the query, it is possible that a subset of the entire set of Endeca records (ERec objects) of the aggregated record are returned or none at all. This method returns the total number that exist.

See Also