DocumentsContract.GetSearchDocumentsQuery(Uri) Method

Definition

Extract the search query from a URI built by #buildSearchDocumentsUri(String, String, String).

[Android.Runtime.Register("getSearchDocumentsQuery", "(Landroid/net/Uri;)Ljava/lang/String;", "")]
public static string? GetSearchDocumentsQuery (Android.Net.Uri? searchDocumentsUri);
[<Android.Runtime.Register("getSearchDocumentsQuery", "(Landroid/net/Uri;)Ljava/lang/String;", "")>]
static member GetSearchDocumentsQuery : Android.Net.Uri -> string

Parameters

searchDocumentsUri
Uri

Returns

Attributes

Remarks

Extract the search query from a URI built by #buildSearchDocumentsUri(String, String, String).

Java documentation for android.provider.DocumentsContract.getSearchDocumentsQuery(android.net.Uri).

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