Click or drag to resize

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
)

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