Click or drag to resize

TemplateInclusion Enumeration

Represents specific elements that can be copied from a Template or Sheet into a new Sheet.

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 TemplateInclusion
Members
  Member nameValueDescription
DATA0 Includes the data.
ATTACHMENTS1 Includes the attachments.
DISCUSSIONS2 Includes the discussions.
CELL_LINKS3 Includes the cell links.
FORMS4 Includes the forms.
See Also