AttachmentType Enumeration | |
Represents the Type of attachment.
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 AttachmentType
Public Enumeration AttachmentType
public enum class AttachmentType
Members
| Member name | Value | Description |
---|
| FILE | 0 | |
| GOOGLE_DRIVE | 1 | |
| LINK | 2 | |
| BOX_COM | 3 | |
| DROPBOX | 4 | |
| EVERNOTE | 5 | |
| EGNYTE | 6 | |
| ONEDRIVE | 7 | |
| SMARTSHEET | 8 | |
See Also