TestimoX

API Reference

Class

FileTextSearchResult

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

Text search result.

Inheritance

  • Object
  • FileTextSearchResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public FileTextSearchResult() #

Properties

public String Path { get; set; } #

Resolved root path used for enumeration.

public Int32 Count { get; set; } #

Number of emitted matches.

public Boolean Truncated { get; set; } #

Indicates whether enumeration was truncated at Count.

public Int32 ScannedFiles { get; set; } #

Number of files attempted for search.

public IReadOnlyList<FileTextSearchMatch> Matches { get; set; } #

Match rows.