The following members of class Attachment are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Esri::ArcGISRuntime::TaskWatcher | fetchData() |
Signals
(deprecated) void | fetchDataCompleted(const QUuid &taskId, const QByteArray &data) |
Member Function Documentation
Esri::ArcGISRuntime::TaskWatcher Attachment::fetchData ()
This function is deprecated. We strongly advise against using it in new code.
Fetches the raw data for the attachment and returns a TaskWatcher for the asynchronous operation.
Only one fetch data operation can be executed at a time for the same attachment.
[signal]
void Attachment::fetchDataCompleted (const QUuid &taskId , const QByteArray &data)
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when data has been fetched for this attachment.
- taskId - The task ID for the asynchronous operation.
- data - The data in bytes for the attachment.