API Reference
Class
FileTextSearchResult
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
- Method FileSystemQuery.SearchText
Constructors
public FileTextSearchResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.