Click or drag to resize

ReportInclusion 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 ReportInclusion
Members
  Member nameValueDescription
ATTACHMENTS0 Includes the attachments.
DISCUSSIONS1 Includes the discussions.
FORMAT2 Includes the format.
OBJECT_VALUE3 when used in combination with a level query parameter, includes the email addresses for multi-contact data
SCOPE4 Adds the report's scope to the response
SOURCE5 Adds the Source object indicating which report the report was created from, if any
SOURCE_SHEETS6 Includes the source.
SHEET_VERSION7 Includes the sheet version for any source sheet returned by Report.
See Also