NewList Method
Description
Creates a new list from current filter.
Syntax
Visual Basic
Public Function NewList() As List
Remarks

If you call NewList more than once on the same filter, no actual server request is made. NewList returns cached data.

To retrieve data that may have changed, either dispose of the filter and create a new one, or call Refresh before calling NewList.

See Also