SearchResources Methods |
The SearchResources type exposes the following members.
| Name | Description | |
|---|---|---|
| Search(String) | Searches all sheets that the user can access, for the specified text. Mirrors to the following Smartsheet REST API method: GET /search | |
| Search(String, IEnumerableSearchInclusion, NullableSearchLocation, NullableDateTime, IEnumerableSearchScope) | Searches all sheets that the user can access, for the specified text. Mirrors to the following Smartsheet REST API method: GET /search | |
| SearchSheet | Searches a sheet for the specified text. Mirrors to the following Smartsheet REST API method: GET /search/sheets/{sheetId} |