Show / Hide Table of Contents

Method GetAttachmentsAsync

GetAttachmentsAsync(CancellationToken)

Fetches the Attachments from the Feature, creates PopupAttachments from them, and populates Attachments. Attachments are not re-fetched if they have already been fetched.

Declaration
public async Task GetAttachmentsAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

A cancellation token that may be used to request cancellation.

Returns
Type Description
System.Threading.Tasks.Task

A System.Threading.Tasks.Task representing the asynchronous fetch operation.

Remarks

If IsEvaluated is false, this method will have no effect.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.