Table of Contents

Enum CopyRowInclusion

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the list of row elements to copy in addition to the cell data.

[JsonConverter(typeof(StringEnumConverter))]
public enum CopyRowInclusion

Fields

[EnumMember(Value = "attachments")] ATTACHMENTS = 0

The attachments.

[EnumMember(Value = "children")] 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.

[EnumMember(Value = "discussions")] DISCUSSIONS = 1

The discussions.