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
Public Class SearchResult
public ref class SearchResult
type SearchResult = class end
The SearchResult type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Results |
Gets the list of Results from the search.
|
| TotalCount |
Gets the total count of Results.
|
TopSee Also