Class PopupAttachmentManager
Attachment helper class used in conjunction with the Popup
Inheritance
System.Object
PopupAttachmentManager
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Obsolete("Use Popup for viewing and FeatureForm for editing features")]
public class PopupAttachmentManager : INotifyPropertyChanged
Constructors
Name | Description |
---|---|
Popup |
Initializes a new instance of the Popup |
Properties
Name | Description |
---|---|
Attachments | Gets all the current attachments. Will be empty if attachments haven't yet been fetched. |
Methods
Name | Description |
---|---|
Add |
Adds the specified file as an attachment. |
Add |
Adds the specified data as an attachment. |
Delete |
Delete the specified attachment. |
Fetch |
Fetch the attachments that belong to the popup. Once complete then you can access the Attachments. |
Events
Name | Description |
---|---|
Property |
Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |