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
Public Enumeration ReportInclusion
public enum class ReportInclusion
Members
| Member name | Value | Description |
---|
| ATTACHMENTS | 0 |
Includes the attachments.
|
| DISCUSSIONS | 1 |
Includes the discussions.
|
| FORMAT | 2 |
Includes the format.
|
| OBJECT_VALUE | 3 |
when used in combination with a level query parameter, includes the email addresses for multi-contact data
|
| SCOPE | 4 |
Adds the report's scope to the response
|
| SOURCE | 5 |
Adds the Source object indicating which report the report was created from, if any
|
| SOURCE_SHEETS | 6 |
Includes the source.
|
| SHEET_VERSION | 7 |
Includes the sheet version for any source sheet returned by Report.
|
See Also