You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > ListIndexJob Class > ListIndexJob Properties > ToMatch Property
Close
dtSearch .NET Standard API 2024.02
ListIndexJob.ToMatch Property

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

public string ToMatch;

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

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.