static | BuildChildDocumentsUri(string, string) : Android.Net.UriBuild URI representing the children of the target directory in a document
provider. |
static | BuildChildDocumentsUriUsingTree(Android.Net.Uri, string) : Android.Net.UriBuild URI representing the children of the target directory in a document
provider. |
static | BuildDocumentUri(string, string) : Android.Net.UriBuild URI representing the target NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID in
a document provider. |
static | BuildDocumentUriUsingTree(Android.Net.Uri, string) : Android.Net.UriBuild URI representing the target NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID in
a document provider. |
static | BuildRecentDocumentsUri(string, string) : Android.Net.UriBuild URI representing the recently modified documents of a specific root
in a document provider. |
static | BuildRootsUri(string) : Android.Net.UriBuild URI representing the roots of a document provider. |
static | BuildRootUri(string, string) : Android.Net.UriBuild URI representing the given NoType:android/provider/DocumentsContract$Root;Href=../../../reference/android/provider/DocumentsContract.Root.html#COLUMN_ROOT_ID in a
document provider. |
static | BuildSearchDocumentsUri(string, string, string) : Android.Net.UriBuild URI representing a search for matching documents under a specific
root in a document provider. |
static | BuildTreeDocumentUri(string, string) : Android.Net.UriBuild URI representing access to descendant documents of the given
NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID. |
static | CreateDocument(Android.Content.ContentResolver, Android.Net.Uri, string, string) : Android.Net.UriCreate a new document with given MIME type and display name. |
static | DeleteDocument(Android.Content.ContentResolver, Android.Net.Uri) : boolDelete the given document. |
static | GetDocumentId(Android.Net.Uri) : stringExtract the NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID from the given URI. |
static | GetDocumentThumbnail(Android.Content.ContentResolver, Android.Net.Uri, Android.Graphics.Point, Android.OS.CancellationSignal) : Android.Graphics.BitmapReturn thumbnail representing the document at the given URI. |
static | GetRootId(Android.Net.Uri) : stringExtract the NoType:android/provider/DocumentsContract$Root;Href=../../../reference/android/provider/DocumentsContract.Root.html#COLUMN_ROOT_ID from the given URI. |
static | GetSearchDocumentsQuery(Android.Net.Uri) : stringExtract the search query from a URI built by
DocumentsContract.BuildSearchDocumentsUri(string, System.String, System.String). |
static | GetTreeDocumentId(Android.Net.Uri) : stringExtract the via NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID from the given URI. |
static | IsDocumentUri(Android.Content.Context, Android.Net.Uri) : boolTest if the given URI represents a NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html backed by a
Android.Provider.DocumentsProvider. |
static | RenameDocument(Android.Content.ContentResolver, Android.Net.Uri, string) : Android.Net.UriChange the display name of an existing document. |