Property SyncAnnotations
SyncAnnotations
Gets or sets a value indicating whether Annotation data is to be included from the service, when generating, or downloading to, an offline geodatabase.
Declaration
public bool SyncAnnotations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Feature layers and tables are always included in the generation and synchronization of the geodatabase. Annotation data can be optionally included when downloading from the service.
Once this data is taken offline to a local geodatabase, any subsequent inserts, edits or deletions will NOT be applied to the server data when re-synchronized. If features linked to the annotation have been changed, the server WILL apply the feature-linked-annotation updates. Another download from the server will replace any offline inserts, edits or deletions of Annotation features.
The default value is true
. Annotation data will be included.
SupportsAnnotations can be used to check whether Annotation data is available from the service.
This property can be used at the same time as specifying other additional data types to be included.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |