return Layer Attachment Option
A setting configured by the web map author that indicates which feature layers should include attachments when taken offline. Based on the value of this setting, attachments should be included with:
None of the layers when the value is ReturnLayerAttachmentOption.None
All of the layers when the value is ReturnLayerAttachmentOption.AllLayers
Read only layers when the value is ReturnLayerAttachmentOption.ReadOnlyLayers
Editable layers when the value is ReturnLayerAttachmentOption.EditableLayers
This value can be used to set a default for GenerateOfflineMapParameters.returnLayerAttachmentOption. Alternatively, using OfflineMapTask.createDefaultGenerateOfflineMapParameters(Geometry) will pre-populate the parameters using this property.
Since
200.1.0