DocumentsContract.Document.ColumnContentSyncStateFlags Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Column indicating the synchronization state of the document's contents represented as a
bitmask, null if not provided.
[Android.Runtime.Register("COLUMN_CONTENT_SYNC_STATE_FLAGS", ApiSince=37)]
public const string ColumnContentSyncStateFlags;
[<Android.Runtime.Register("COLUMN_CONTENT_SYNC_STATE_FLAGS", ApiSince=37)>]
val mutable ColumnContentSyncStateFlags : string
Field Value
- Attributes
Remarks
Column indicating the synchronization state of the document's contents represented as a bitmask, null if not provided. This is an optional column. Type: Integer (int)
Android reference for android.provider.DocumentsContract.Document.COLUMN_CONTENT_SYNC_STATE_FLAGS.
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.