MediaStore.DeletedFiles.GetContentUri(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
the URI to the deleted files table on the given volume
- Attributes