Android.Provider.DocumentsProvider.QueryDocument Method
Return metadata for the single requested document.

Syntax

[Android.Runtime.Register("queryDocument", "(Ljava/lang/String;[Ljava/lang/String;)Landroid/database/Cursor;", "GetQueryDocument_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public abstract Android.Database.ICursor QueryDocument (string documentId, string[] projection)

Parameters

documentId
the document to return.
projection
list of NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html columns to put into the cursor. If null all supported columns should be included.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.FileNotFoundException

Remarks

Return metadata for the single requested document. You should avoid making network requests to keep this request fast.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0