DocumentsContract.Root.ColumnQueryArgs 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.
Query arguments supported by this root.
[Android.Runtime.Register("COLUMN_QUERY_ARGS", ApiSince=29)]
public const string ColumnQueryArgs;
[<Android.Runtime.Register("COLUMN_QUERY_ARGS", ApiSince=29)>]
val mutable ColumnQueryArgs : string
Field Value
- Attributes
Remarks
Query arguments supported by this root. This column is optional and related to #COLUMN_FLAGS and #FLAG_SUPPORTS_SEARCH. If the flags include #FLAG_SUPPORTS_SEARCH, and the column is null, the root is assumed to support #QUERY_ARG_DISPLAY_NAME search of Document#COLUMN_DISPLAY_NAME. Multiple query arguments can be separated by a newline. For example, a root supporting #QUERY_ARG_MIME_TYPES and #QUERY_ARG_DISPLAY_NAME might return "android:query-arg-mime-types\nandroid:query-arg-display-name".
Type: STRING
Java documentation for android.provider.DocumentsContract.Root.COLUMN_QUERY_ARGS.
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.