Click or drag to resize

CreateAttachmentBuilder Class

A convenience class for quickly creating an Attachment to a URL.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateAttachmentBuilder

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 class CreateAttachmentBuilder

The CreateAttachmentBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateAttachmentBuilder
Sets the required attributes for creating an Attachment.
Top
Methods
  NameDescription
Public methodBuild
Returns the Attachment.
Public methodSetAttachmentSubType
Attachment sub type, only for GOOGLE_DRIVE type attachments; one of (DOCUMENT, SPREADSHEET, PRESENTATION, PDF, DRAWING)
Public methodSetDescription
Applicable when attaching to sheet or row only
Public methodSetName
Attachment name
Public methodSetUrl
Attachment temporary URL (files only)
Top
See Also