See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchJob::AutoStopLimit Property

Set to a non-zero value to make the search automatically stop when this many documents were found.

C#
public int AutoStopLimit;
Visual Basic
Public Property AutoStopLimit() As Integer
Remarks

AutoStopLimit causes a search to halt automatically when a specified number of documents have been found. This provides a way to limit the resources consumed by searches that retrieve a very large number of documents. When the number of files retrieved reaches the autoStopLimit value, the search will immediately halt, and the code dtsErSearchLimitReached will be returned through the error handler for the search job. If the AutoStopLimit is 0, the search will not halt.

See Also
You are here: dtSearch::Engine Namespace > SearchJob Class > SearchJob Properties > AutoStopLimit Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.