Click or drag to resize

RowInclusion Enumeration

Represents specific elements to include in a response.

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 enum RowInclusion
Members
  Member nameValueDescription
DISCUSSIONS0

Includes row discussions array.

To include discussion attachments, both attachments and discussions must be present in the include list.

ATTACHMENTS1

Includes row attachments array.

To include discussion attachments, both attachments and discussions must be present in the include list.

FORMAT2

Includes format attribute on the row and its cells.

FILTERS3

Includes filteredOut attribute indicating if the row should be displayed or hidden according to the sheet’s filters.

May be used in conjunction with columns to include the user’s column filters with the columns.

COLUMN_TYPE4

Includes columnType attribute in the row’s cells indicating the type of the column the cell resides in.

COLUMNS5 Includes a columns list that specifies all of the columns for the sheet.

May be used in conjunction with filters to include the user’s column filters with the columns.

ROW_PERMALINK6 Includes a permalink attribute for each Row. A Row permalink represents a direct link to the Row in the Smartsheet application.
ROW_WRITER_INFO7 Includes createdBy and modifiedBy attributes on the row, indicating the row’s creator, and last modifier.
OBJECT_VALUE8 Includes objectValue attribute on cells containing values.
See Also