IApplyEditsUpdateAttachmentOptions
Interface
Update attachment options for apply edits.
Inheritance: IApplyEditsUpdateAttachmentOptionsIApplyEditsSharedAttachmentOptions
Properties
Property | Type | Notes |
---|---|---|
string | Attachment file content type. | |
string | Base 64 encoded data of attachment. | |
string | Global id of attachment. | |
string | Name of the file including extension. | |
string | Upload id of file to be attached. |
data
optionalinherited
Interface Propertydata: string
Base 64 encoded data of attachment.
Inherited from IApplyEditsSharedAttachmentOptions.data
contentType: string
Attachment file content type.