Posted By:
Thomas_Valletta
Posted On:
Thursday, August 9, 2001 01:04 PM
Is there a way to display more than 500 results with
context.list()
?
I can do a
Context.BATCHSIZE
but that does nothing for the number of results returned in a
.list()
. And I have not found anywhere that allows you to set or change the magical number of 500 results. Could that be the e-directory server?
Will I be forced to just do a
.search()
instead?