Android.Content.ContentResolver.SyncExtrasUpload Field
Indicates that this sync is intended to only upload local changes to the server.

Syntax

[Android.Runtime.Register("SYNC_EXTRAS_UPLOAD")]
public const string SyncExtrasUpload

Remarks

Indicates that this sync is intended to only upload local changes to the server. For example, this will be set to true if the sync is initiated by a call to ContentResolver.NotifyChange(Android.Net.Uri, Android.Database.ContentObserver, Android.Database.ContentObserver)

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1