AttachmentCreateAttachmentBuilder Constructor | |
Sets the required attributes for creating an 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 CreateAttachmentBuilder(
string url,
Nullable<AttachmentType> attachmentType
)
Public Sub New (
url As String,
attachmentType As Nullable(Of AttachmentType)
)
public:
CreateAttachmentBuilder(
String^ url,
Nullable<AttachmentType> attachmentType
)
new :
url : string *
attachmentType : Nullable<AttachmentType> -> CreateAttachmentBuilder
Parameters
- url
- Type: SystemString
Attachment temporary URL (files only) - attachmentType
- Type: SystemNullableAttachmentType
Attachment type (one of FILE, GOOGLE_DRIVE,
LINK, BOX_COM, DROPBOX, or EVERNOTE)
See Also