Show / Hide Table of Contents

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

true if the web map author intends editable layers to be downloaded as schema only, false to download with data.

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
TargetVersions
.NET Standard 2.0100.5 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.5 - 200.8
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.