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
Public Enumeration TemplateInclusion
public enum class TemplateInclusion
Members
| Member name | Value | Description |
---|
| DATA | 0 |
Includes the data.
|
| ATTACHMENTS | 1 |
Includes the attachments.
|
| DISCUSSIONS | 2 |
Includes the discussions.
|
| CELL_LINKS | 3 |
Includes the cell links.
|
| FORMS | 4 |
Includes the forms.
|
See Also