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