TestimoX

API Reference

Class

FileTextSearchMatch

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

Single text match row.

Inheritance

  • Object
  • FileTextSearchMatch

Constructors

Properties

public String Path { get; set; } #

Full path to the file containing the match.

public Int32 Index { get; set; } #

Character index where the match starts.

public Int32 Length { get; set; } #

Character length of the match.

public String Value { get; set; } #

Matched text value.