Click or drag to resize

SearchResult Class

Represents the Results of a search.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSearchResult

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 class SearchResult

The SearchResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchResult
Top
Properties
  NameDescription
Public propertyResults
Gets the list of Results from the search.
Public propertyTotalCount
Gets the total count of Results.
Top
See Also