Click or drag to resize

SearchResultItem Class

Represents one specific RequestResult of a search.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSearchResultItem

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 SearchResultItem

The SearchResultItem type exposes the following members.

Constructors
  NameDescription
Public methodSearchResultItem
Top
Properties
  NameDescription
Public propertyAttachmentType
Gets the attachment type if the search result item is an attachment
Public propertyContextData
Gets the context data for this specific search RequestResult.
Public propertyFavorite
Indicates whether the search result item is a favorite
Public propertyMimeType
Gets the MIME type
Public propertyObjectId
Gets the object Id for this specific search RequestResult.
Public propertyObjectType
Gets the object type for this specific search RequestResult.
Public propertyParentObjectFavorite
Indicates whether the search result item parent is a favorite
Public propertyParentObjectId
Gets the parent object Id for this specific search RequestResult.
Public propertyParentObjectName
Gets the parent object name for this specific search RequestResult.
Public propertyParentObjectType
Gets the parent object type for this specific search RequestResult.
Public propertyText
Gets the text for this specific search RequestResult.
Top
See Also