Interface
Update attachment options for apply edits.
Inheritance: IApplyEditsUpdateAttachmentOptionsIApplyEditsSharedAttachmentOptions
Properties
| Property | Type | Notes |
|---|---|---|
contentTypeinherited | string | Attachment file content type. |
datainherited | string | Base 64 encoded data of attachment. |
globalId | string | Global id of attachment. |
nameinherited | string | Name of the file including extension. |
uploadIdinherited | string | Upload id of file to be attached. |
contentType
inheritedinherited
Interface PropertycontentType: stringAttachment file content type.
Inherited from IApplyEditsSharedAttachmentOptions.contentType
data
optionalinheritedinherited
Interface Propertydata: stringBase 64 encoded data of attachment.
Inherited from IApplyEditsSharedAttachmentOptions.data