The FindParameters type exposes the following members.

Properties

  NameDescription
Contains
If false, the FindTask will search for an exact match of the searchText string. Otherwise, it will search for a value that contains the searchText provided. The default is true.
Layers
The layers to perform the find operation on. The layers are specified as an array of layer IDs.
ReturnGeometry
If true, the results returned from the FindTask will include the geometries associated with each result. The default is true.
SearchFields
The names of the fields to search. The fields are specified as a an array of field names. If this parameter is not specified, all fields will be searched.
SearchText
The search string. This is the text that will be searched for across the layers and the fields specified in the FindParameters.

See Also