Table of Contents

Enum SearchScope

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

Possible search filters to use to narrow results.

public enum SearchScope

Fields

[EnumMember(Value = "attachments")] ATTACHMENTS = 0

Search for names and descriptions of attachments

[EnumMember(Value = "cellData")] CELL_DATA = 1

Search for data within rows

[EnumMember(Value = "comments")] COMMENTS = 2

Search for comments including replies to an initial comment

[EnumMember(Value = "folderNames")] FOLDER_NAMES = 3

Search for names of folders

[EnumMember(Value = "reportNames")] REPORT_NAMES = 4

Search for names of reports

[EnumMember(Value = "sheetNames")] SHEET_NAMES = 5

Search for names of sheets

[EnumMember(Value = "sightNames")] SIGHT_NAMES = 6

Search for names of sights, also known as dashboards

[EnumMember(Value = "summaryFields")] SUMMARY_FIELDS = 7

Search for summary fields

[EnumMember(Value = "templateNames")] TEMPLATE_NAMES = 8

Search for names of templates

[EnumMember(Value = "workspaceNames")] WORKSPACE_NAMES = 9

Search for names of workspaces