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 |
---|---|
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |