Android.Provider.DocumentsContract.BuildChildDocumentsUri Method
Build URI representing the children of the target directory in a document provider.

Syntax

[Android.Runtime.Register("buildChildDocumentsUri", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri;", "")]
public static Android.Net.Uri BuildChildDocumentsUri (string authority, string parentDocumentId)

See Also

DocumentsProvider.QueryChildDocuments(string, System.String[], System.String[])
DocumentsContract.GetDocumentId(Android.Net.Uri)

Parameters

authority
Documentation for this section has not yet been entered.
parentDocumentId
the document to return children for, which must be a directory with MIME type of NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#MIME_TYPE_DIR.

Returns

Documentation for this section has not yet been entered.

Remarks

Build URI representing the children of the target directory in a document provider. When queried, a provider will return zero or more rows with columns defined by NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html.

[Android Documentation]

Requirements

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