SheetCopyInclusion 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 SheetCopyInclusion
Public Enumeration SheetCopyInclusion
public enum class SheetCopyInclusion
Members
| Member name | Value | Description |
---|
| ATTACHMENTS | 0 |
Includes the attachments.
|
| CELL_LINKS | 1 |
Includes cell links.
|
| DATA | 2 |
Includes the data.
|
| DISCUSSIONS | 3 |
Includes the discussions.
|
| FILTERS | 4 |
Includes sheet filters
|
| FORMS | 5 |
Includes the forms.
|
| RULE_RECIPIENTS | 6 |
includes notification recipients, must also include rules when using this attribute
|
| RULES | 7 |
includes notifications and workflow rules
|
| SHARES | 8 |
Includes shares
|
| ALL | 9 |
Deprecated
|
See Also