CalendarContract.SyncColumns.Deleted Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ISyncColumns.Deleted'. This class will be removed in a future release.

Whether the row has been deleted but not synced to the server.

[Android.Runtime.Register("DELETED")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ISyncColumns.Deleted'. This class will be removed in a future release.")]
public const string Deleted;
[<Android.Runtime.Register("DELETED")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ISyncColumns.Deleted'. This class will be removed in a future release.")>]
val mutable Deleted : string

Field Value

Attributes

Remarks

Whether the row has been deleted but not synced to the server. A deleted row should be ignored.

Type: INTEGER (boolean)

Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to