Endeca Presentation API
Paged Property
NamespacesEndeca.Navigation.AnalyticsStatementPaged
Tests whether this Statement is paged.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Paged{ get;}
Public Overridable ReadOnly Property Paged As Boolean
public:
virtual property bool Paged {
	bool get ();
}
Value
true if this Statement is paged, false otherwise.
Remarks
A Statement is paged if the application only wants a subset of the records that the Statement computes.

By default, the paged setting is false. Calling the SetReturnRows(Int32, Int32) method sets paged to true.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0