Click or drag to resize

SummaryFieldExclusion Enumeration

Represents specific elements to exclude 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 SummaryFieldExclusion
Members
  Member nameValueDescription
DISPLAY_VALUE0 excludes displayValue info for cells, rows, and summary fields
IMAGE1 excludes image attributes for cells and summary fields
IMAGE_ALT_TEXT2 excludes alt text for cells and summary fields
See Also