Méthode | Description | |
---|---|---|
Search ( string query ) : Api.Models.SearchResult |
Searches all Sheets that the User can access, for the specified text. It mirrors To the following Smartsheet REST API method: GET /search
|
|
SearchResourcesImpl ( |
Constructor. Exceptions: - IllegalArgumentException : if any argument is null
|
|
SearchSheet ( long sheetId, string query ) : Api.Models.SearchResult |
Searches a Sheet for the specified text. It mirrors To the following Smartsheet REST API method: GET /search/sheets/{sheetId}
|
public Search ( string query ) : Api.Models.SearchResult | ||
query | string | (required): Text with which to perform the search. |
Résultat | Api.Models.SearchResult |
public SearchResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | System |
public SearchSheet ( long sheetId, string query ) : Api.Models.SearchResult | ||
sheetId | long | the sheet Id |
query | string | the query Text |
Résultat | Api.Models.SearchResult |