Help > Web Development > Object Reference > Object Reference > ISYSResultList > Groups Property
<a name="kanchor497"></a>ISYSResultList:Groups Property
Returns the groups valid for this result list. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSResultList.Groups as ISYSResultListGroups
[C#]
IISYSResultListGroups  IISYSResultList.Groups {get;}
[ColdFusion/Java]
IISYSResultListGroups  ISYSResultList.Groups() throws ComException;
Remarks
Result list groups are logical groupings of documents based on the current sort order. This enables you to batch or cluster related documents allowing for easier navigation.