Enum SheetLevelInclusion
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents specific elements to include in a response.
public enum SheetLevelInclusion
Fields
ATTACHMENTS = 0Includes sheet-level and row-level attachments.
COLUMN_TYPE = 1Includes columnType attribute in the row’s cells indicating the type of the column the cell resides in.
CONTACT_REFERENCES = 2contact references
CROSS_SHEET_REFERENCES = 3cross sheet references
DISCUSSIONS = 4Includes sheet-level and row-level discussions.
FILTERS = 5Includes column filters and row.filteredOut attribute.
FILTER_DEFINITIONS = 6Includes column filter definitions
FORMAT = 7Includes column, row, and cell formatting.
OBJECT_VALUE = 8object representation of cell value
OWNER_INFO = 9Includes the owner’s email address and user Id for each sheet.
ROW_PERMALINK = 10Includes a permalink attribute for each row. A row permalink represents a direct link to the row in the Smartsheet application.
ROW_WRITER_INFO = 11(DEPRECATED: use WRITER_INFO) Includes createdBy and modifiedBy attributes on the row, indicating the row’s creator and last modifier.
SOURCE = 12Includes the source object indicating which sheet or template the sheet was created from, if any.
SUMMARY = 13Includes SheetSummary object.
WRITER_INFO = 14Includes createdBy and modifiedBy attributes on the row or summary fields, indicating the row or summary field's creator, and last modifier.