SearchMatch Class¶
Stores information on a search result match.
Constructors¶
| Name | Description |
|---|---|
| SearchMatch(SearchMatchType, Metadata) | Creates a new instance of the SearchMatch class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| MatchType | DotNetBox.SearchMatchType | How the match was found (file name, content, or both). |
| Metadata | DotNetBox.Metadata | Metadata of the found file or folder. |
Methods¶
| Name | Description |
|---|---|
| SearchMatch.FromJson(JObject) | Creates a new instance of the SearchMatch class using a JSON object. |
| SearchMatch.ToString() | Returns a string containing all of the class’ properties. |