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 null
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |