Click or drag to resize

SearchResultResults Property

Gets the list of Results from the search.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public IList<SearchResultItem> Results { get; set; }

Return Value

Type: IListSearchResultItem
the Results
See Also