The following members of class ArcGISFeature are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(since Esri Esri | attachments(bool enable |
Member Function Documentation
[since Esri::ArcGISRuntime 200.4, deprecated]
Esri::ArcGISRuntime::AttachmentListModel *ArcGISFeature::attachments(bool enableAutoFetch , bool enableAutoApplyEdits ) const
This function is deprecated. We strongly advise against using it in new code.
Gets the list of attachments on this feature.
Attachments are returned in descending order based on their id.
- enableAutoFetch - If
true
, the attachments are automatically fetched. Iffalse
, explicitly call fetchAttachmentsAsync to fetch the attachments. - enableAutoApplyEdits - If
true
, the Edits are automatically applied. Iffalse
, explicitly call applyEditsAsync to apply the edits.
This function was introduced in Esri::ArcGISRuntime 200.4.
See also fetchAttachmentsAsync and applyEditsAsync.