MatchLocated (DirectoryNavigator - Java)

Read-only. Indicates success of most recent match.

Note: This property is new with Release 8

Defined in

DirectoryNavigator

Data type

Boolean

Syntax

To get: Boolean getMatchLocated()

Legal values

  • True indicates match was successful.
  • False indicates match was unsuccessful.

Usage

This property is set by the findFirstMatch, findNextMatch, and findNthMatch methods.