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 |
---|---|
Return |
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
All
Layers . -
Read only layers when the value is
Read
Only .Layers -
Editable layers when the value is
Editable
Layers .
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 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.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |