DocumentsContract.MetadataTreeCount Field

Definition

Get total count of all documents currently stored under the given directory tree.

[Android.Runtime.Register("METADATA_TREE_COUNT", ApiSince=29)]
public const string MetadataTreeCount;
[<Android.Runtime.Register("METADATA_TREE_COUNT", ApiSince=29)>]
val mutable MetadataTreeCount : string

Field Value

Attributes

Remarks

Get total count of all documents currently stored under the given directory tree. Only valid for Document#MIME_TYPE_DIR documents.

Java documentation for android.provider.DocumentsContract.METADATA_TREE_COUNT.

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