CopyRowInclusion Enumeration | |
Represents the list of row elements to copy in addition to the cell data.
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 CopyRowInclusion
Public Enumeration CopyRowInclusion
public enum class CopyRowInclusion
Members
| Member name | Value | Description |
---|
| ATTACHMENTS | 0 |
The attachments.
|
| DISCUSSIONS | 1 |
The discussions.
|
| CHILDREN | 2 |
Any child rows of the rows specified in the request will also be copied to the destination sheet,
and parent-child relationships amongst rows will be preserved within the destination sheet;
if not specified, only the rows specified in the request will be copied.
|
See Also