|
string | contentType [get, set] |
| Type of the attachment, which is generally a MIME attachment type like "image/jpeg", etc. Security level in ED determines what type of attachment is allowed. Based on the security level the following attachment types are supported. "Strict" level allows safe extensions below: Content name and supported types More...
|
|
string | creationTime [get, set] |
| Creation time of the attachment. Format: date-time Example: 2023-02-04T12:43:07Z More...
|
|
bool? | embedded [get, set] |
| Embedded in a content. More...
|
|
string | filename [get, set] |
| Filename of the attachment. Example: 0.jpeg More...
|
|
string | id [get, set] |
| Identifier of the attachment. Example: 54085e5b7aa58d8b5d00006c More...
|
|
long? | size [get, set] |
| Size of the attachment. Format: int32 Example: 217571 More...
|
|
string | lastModifiedTime [get, set] |
| The time when the last modification was completed. Format: date-time Example: 2023-02-04T12:43:07Z More...
|
|
string | uri [get, set] |
| Uri of the attachment. Format: uri Example: https://example.digital.ringcentral.com/files/attachments/54085e5b7aa58d8b5d00006c More...
|
|
◆ [instance initializer]()
RingCentral.ContentAttachment.[instance initializer] |
|
inline |
Privacy setting of the attachment.
◆ contentType
string RingCentral.ContentAttachment.contentType |
|
getset |
Type of the attachment, which is generally a MIME attachment type like "image/jpeg", etc. Security level in ED determines what type of attachment is allowed. Based on the security level the following attachment types are supported. "Strict" level allows safe extensions below: Content name and supported types
- audio (supports aac mp3 ogg m4a)
- image (supports bmp gif jpg jpeg png svg webp)
- pdf (supports pdf)
- text (supports csv txt log)
- video (supports avi flv m4v mkv mov mp4 mpg qt wmv)
- other (supports amr dms vcard tif tiff mpeg) "Relaxed" level allows documents: Content name and supported types
- excel (supports xls xlsm xlsx xlc xlt xltm xltx)
- presentation (supports key odp otp)
- powerpoint (supports pps ppt pptx pot)
- spreadsheet (supports numbers ods ots)
- word (supports doc docm docx dotm dotx)
- word_processing (supports pages odt ott rtf) "Permissive" level allows all documents. However, there are no security level restrictions for content posted through the channel. Example: image/jpeg
◆ creationTime
string RingCentral.ContentAttachment.creationTime |
|
getset |
Creation time of the attachment. Format: date-time Example: 2023-02-04T12:43:07Z
◆ embedded
bool? RingCentral.ContentAttachment.embedded |
|
getset |
◆ filename
string RingCentral.ContentAttachment.filename |
|
getset |
Filename of the attachment. Example: 0.jpeg
◆ id
string RingCentral.ContentAttachment.id |
|
getset |
Identifier of the attachment. Example: 54085e5b7aa58d8b5d00006c
◆ lastModifiedTime
string RingCentral.ContentAttachment.lastModifiedTime |
|
getset |
The time when the last modification was completed. Format: date-time Example: 2023-02-04T12:43:07Z
◆ size
long? RingCentral.ContentAttachment.size |
|
getset |
Size of the attachment. Format: int32 Example: 217571
◆ uri
string RingCentral.ContentAttachment.uri |
|
getset |
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/ContentAttachment.cs