DocumentsContract.QueryArgDisplayName Field

Definition

Key for DocumentsProvider to query display name is matched.

[Android.Runtime.Register("QUERY_ARG_DISPLAY_NAME", ApiSince=29)]
public const string QueryArgDisplayName;
[<Android.Runtime.Register("QUERY_ARG_DISPLAY_NAME", ApiSince=29)>]
val mutable QueryArgDisplayName : string

Field Value

Attributes

Remarks

Key for DocumentsProvider to query display name is matched. The match of display name is partial matching and case-insensitive. Ex: The value is "o", the display name of the results will contain both "foo" and "Open".

Java documentation for android.provider.DocumentsContract.QUERY_ARG_DISPLAY_NAME.

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