Table of Contents

Class SearchResult

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the Results of a search.

public class SearchResult
Inheritance
SearchResult
Inherited Members

Properties

Results

Gets the list of Results from the search.

public IList<SearchResultItem> Results { get; set; }

Property Value

IList<SearchResultItem>

the Results

TotalCount

Gets the total count of Results.

public int? TotalCount { get; set; }

Property Value

int?

the total count

See Also