Property ReturnLayerAttachmentOption
ReturnLayerAttachmentOption
Gets a setting configured by the web map author that indicates which feature layers should include attachments when taken offline.
Declaration
public ReturnLayerAttachmentOption ReturnLayerAttachmentOption { get; }
Property Value
| Type | Description |
|---|---|
| ReturnLayerAttachmentOption | The layer attachment option configured by the web map author. |
Remarks
Based on the value of this setting, attachments should be included with:
- None of the layers when the value is None.
- All of the layers when the value is AllLayers.
- Read only layers when the value is ReadOnlyLayers.
- Editable layers when the value is EditableLayers.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |