RingCentral .Net SDK
Properties | List of all members
RingCentral.Attachment Class Reference

Attachment is a file to be uploaded More...

Properties

string filename [get, set]
 Filename with extension, such as "image.png" More...
 
byte[] content [get, set]
 Binary content of the file Required More...
 
string contentType [get, set]
 Content type of the file, such as "image/png" More...
 

Detailed Description

Attachment is a file to be uploaded

Property Documentation

◆ content

byte [] RingCentral.Attachment.content
getset

Binary content of the file Required

◆ contentType

string RingCentral.Attachment.contentType
getset

Content type of the file, such as "image/png"

◆ filename

string RingCentral.Attachment.filename
getset

Filename with extension, such as "image.png"


The documentation for this class was generated from the following file: