addAttachment
addAttachment
FunctionaddAttachment(requestOptions: IAddAttachmentOptions): Promise<{ addAttachmentResult: IEditFeatureResult }>
Attach a file to a feature by id. See Add Attachment for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IAddAttachmentOptions | Options for the request. |
Returns
Promise<{ addAttachmentResult: IEditFeatureResult }>
A Promise that will resolve with the addAttachment()
response.