Table of Contents

Class SearchResultItem

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

Represents one specific RequestResult of a search.

public class SearchResultItem
Inheritance
SearchResultItem
Inherited Members

Properties

AttachmentType

Gets the attachment type if the search result item is an attachment

public AttachmentType? AttachmentType { get; set; }

Property Value

AttachmentType?

the attachment type

ContextData

Gets the context data for this specific search RequestResult.

public IList<string> ContextData { get; set; }

Property Value

IList<string>

the context data

Favorite

Indicates whether the search result item is a favorite

public bool? Favorite { get; set; }

Property Value

bool?

the favorite flag

MimeType

Gets the MIME type

public string MimeType { get; set; }

Property Value

string

the MIME type

ObjectId

Gets the object Id for this specific search RequestResult.

public long? ObjectId { get; set; }

Property Value

long?

the object Id

ObjectType

Gets the object type for this specific search RequestResult.

public SearchObjectType? ObjectType { get; set; }

Property Value

SearchObjectType?

the object type

ParentObjectFavorite

Indicates whether the search result item parent is a favorite

public bool? ParentObjectFavorite { get; set; }

Property Value

bool?

ParentObjectId

Gets the parent object Id for this specific search RequestResult.

public long? ParentObjectId { get; set; }

Property Value

long?

the parent object Id

ParentObjectName

Gets the parent object name for this specific search RequestResult.

public string ParentObjectName { get; set; }

Property Value

string

the parent object name

ParentObjectType

Gets the parent object type for this specific search RequestResult.

public ObjectType? ParentObjectType { get; set; }

Property Value

ObjectType?

the parent object type

Text

Gets the text for this specific search RequestResult.

public string Text { get; set; }

Property Value

string

the text