Language

MediaStore.DeletedFiles.GetContentUri(String) Method

Definition

Get the content:// style URI for the deleted_files table on the given volume.

[Android.Runtime.Register("getContentUri", "(Ljava/lang/String;)Landroid/net/Uri;", "", ApiSince=37)]
public static Android.Net.Uri GetContentUri(string volumeName);
[<Android.Runtime.Register("getContentUri", "(Ljava/lang/String;)Landroid/net/Uri;", "", ApiSince=37)>]
static member GetContentUri : string -> Android.Net.Uri

Parameters

volumeName
String

the name of the volume to get the URI for

Returns

Uri

the URI to the deleted files table on the given volume

Attributes

Applies to