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

ToMatch is an optional search expression specifying the text to match against items being listed.

C#
public String ToMatch;
Visual Basic
Public Property ToMatch() As String
Remarks

For example, to list all field names starting with "A", you would set ListFlags to dtsListIndexFields and set ToMatch to "A*".

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