DocumentsContract.Root.ColumnRootId Field

Definition

Unique ID of a root.

[Android.Runtime.Register("COLUMN_ROOT_ID")]
public const string ColumnRootId;
[<Android.Runtime.Register("COLUMN_ROOT_ID")>]
val mutable ColumnRootId : string

Field Value

Attributes

Remarks

Unique ID of a root. This ID is both provided by and interpreted by a DocumentsProvider, and should be treated as an opaque value by client applications. This column is required.

Type: STRING

Java documentation for android.provider.DocumentsContract.Root.COLUMN_ROOT_ID.

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