Click or drag to resize

Attachment Class

Represents the Attachment object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsAttachment

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 Attachment : NamedModel

The Attachment type exposes the following members.

Constructors
  NameDescription
Public methodAttachment
Top
Properties
  NameDescription
Public propertyAttachmentSubType
Gets the attachment sub Type.
Public propertyAttachmentType
Gets the attachment Type.
Public propertyCreatedAt
Gets the created at.
Public propertyCreatedBy
User object containing name and email of the creator of this attachment
Public propertyDescription
Applicable when attaching to sheet or row only
Public propertyMimeType
Gets the mime Type.
Public propertyParentId
Gets the parent Id.
Public propertyParentType
Gets the parent Type.
Public propertySizeInKb
Gets the size in kb.
Public propertyUrl
Gets the URL.
Public propertyUrlExpiresInMillis
Gets the Url expires in millis.
Top
See Also