DocumentsContract.Path(String, IList<String>) Constructor

Definition

Creates a Path.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/List;)V", "", ApiSince=26)]
public Path (string? rootId, System.Collections.Generic.IList<string>? path);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/List;)V", "", ApiSince=26)>]
new Android.Provider.DocumentsContract.Path : string * System.Collections.Generic.IList<string> -> Android.Provider.DocumentsContract.Path

Parameters

rootId
String

the ID of the root. May be null.

path
IList<String>

the list of document ID from the parent document at position 0 to the child document.

Attributes

Remarks

Creates a Path.

Java documentation for android.provider.DocumentsContract.Path.DocumentsContract$Path(java.lang.String, java.util.List<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