Show / Hide Table of Contents

Property DefaultAttachmentsElement

DefaultAttachmentsElement

Gets a default AttachmentsFormElement for displaying and editing the feature's attachments

Declaration
public AttachmentsFormElement DefaultAttachmentsElement { get; }
Property Value
Type Description
AttachmentsFormElement

A default AttachmentsFormElement for displaying and editing the feature's attachments

Remarks

Few of the tools used to author a FeatureForm support adding attachment elements. This default AttachmentsFormElement can be used to provide a default attachment editing experience to the users of your app, in lieu of an element from the authoring environment.

If the authoring environment the form was created in does support adding AttachmentsFormElement then this property will be null, and an attachment element will appear in Elements as authored. If the ArcGISFeature does not support attachments, this property will be null.

Applies to

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