| CreateDocument(string, string, string) : stringCreate a new document and return its newly generated
NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID. |
override | Delete(Android.Net.Uri, string, string[]) : intImplementation is provided by the parent class. |
| DeleteDocument(string)Delete the requested document. |
| GetDocumentType(string) : stringReturn concrete MIME type of the requested document. |
override | GetType(Android.Net.Uri) : stringImplementation is provided by the parent class. |
override | Insert(Android.Net.Uri, Android.Content.ContentValues) : Android.Net.UriImplementation is provided by the parent class. |
| IsChildDocument(string, string) : boolTest if a document is descendant (child, grandchild, etc) from the given
parent. |
override | OpenAssetFile(Android.Net.Uri, string) : Android.Content.Res.AssetFileDescriptorImplementation is provided by the parent class. |
override | OpenAssetFile(Android.Net.Uri, string, Android.OS.CancellationSignal) : Android.Content.Res.AssetFileDescriptorImplementation is provided by the parent class. |
abstract | OpenDocument(string, string, Android.OS.CancellationSignal) : Android.OS.ParcelFileDescriptorOpen and return the requested document. |
| OpenDocumentThumbnail(string, Android.Graphics.Point, Android.OS.CancellationSignal) : Android.Content.Res.AssetFileDescriptorOpen and return a thumbnail of the requested document. |
override | OpenFile(Android.Net.Uri, string) : Android.OS.ParcelFileDescriptorImplementation is provided by the parent class. |
override | OpenFile(Android.Net.Uri, string, Android.OS.CancellationSignal) : Android.OS.ParcelFileDescriptorImplementation is provided by the parent class. |
override | OpenTypedAssetFile(Android.Net.Uri, string, Android.OS.Bundle) : Android.Content.Res.AssetFileDescriptorImplementation is provided by the parent class. |
override | OpenTypedAssetFile(Android.Net.Uri, string, Android.OS.Bundle, Android.OS.CancellationSignal) : Android.Content.Res.AssetFileDescriptorImplementation is provided by the parent class. |
override | Query(Android.Net.Uri, string[], string, string[], string) : Android.Database.ICursorImplementation is provided by the parent class. |
abstract | QueryChildDocuments(string, string[], string) : Android.Database.ICursorReturn the children documents contained in the requested directory. |
abstract | QueryDocument(string, string[]) : Android.Database.ICursorReturn metadata for the single requested document. |
| QueryRecentDocuments(string, string[]) : Android.Database.ICursorReturn recently modified documents under the requested root. |
abstract | QueryRoots(string[]) : Android.Database.ICursorReturn all roots currently provided. |
| QuerySearchDocuments(string, string, string[]) : Android.Database.ICursorReturn documents that that match the given query under the requested
root. |
| RenameDocument(string, string) : stringRename an existing document. |
| RevokeDocumentPermission(string)Revoke any active permission grants for the given
NoType:android/provider/DocumentsContract$Document;Href=../../../reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID, usually called when a document
becomes invalid. |
override | Update(Android.Net.Uri, Android.Content.ContentValues, string, string[]) : intImplementation is provided by the parent class. |