Share via


DocumentsContract.BuildTreeDocumentUri(String, String) Method

Definition

Build URI representing access to descendant documents of the given Document#COLUMN_DOCUMENT_ID.

[Android.Runtime.Register("buildTreeDocumentUri", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri;", "")]
public static Android.Net.Uri? BuildTreeDocumentUri (string? authority, string? documentId);
[<Android.Runtime.Register("buildTreeDocumentUri", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri;", "")>]
static member BuildTreeDocumentUri : string * string -> Android.Net.Uri

Parameters

authority
String
documentId
String

Returns

Uri
Attributes

Remarks

Build URI representing access to descendant documents of the given Document#COLUMN_DOCUMENT_ID.

Java documentation for android.provider.DocumentsContract.buildTreeDocumentUri(java.lang.String, java.lang.String).

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

See also