Click or drag to resize

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
Members
  Member nameValueDescription
ATTACHMENTS0 The attachments.
DISCUSSIONS1 The discussions.
CHILDREN2 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