Property ReturnSchemaOnlyForEditableLayers
ReturnSchemaOnlyForEditableLayers
Gets a value indicating whether the web map author indicates whether or not feature layers taken offline should be schema only and contain no data.
Declaration
public bool ReturnSchemaOnlyForEditableLayers { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
Remarks
If true, this setting means that feature layers should be taken offline with no existing data in them. If
false, this setting means that existing features should be included when taking data offline for an editing
workflow. This value can be used to set a default for
ReturnSchemaOnlyForEditableLayers. Alternatively, using
CreateDefaultGenerateOfflineMapParametersAsync(Geometry) will pre-populate
the parameters using this property.
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 |