Android.Provider.DocumentsProvider Members

The members of Android.Provider.DocumentsProvider are listed below.

See Also: Inherited members from Android.Content.ContentProvider

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CreateDocument(string, string, string) : string
Create 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[]) : int
Implementation is provided by the parent class.
DeleteDocument(string)
Delete the requested document.
GetDocumentType(string) : string
Return concrete MIME type of the requested document.
override
GetType(Android.Net.Uri) : string
Implementation is provided by the parent class.
override
Insert(Android.Net.Uri, Android.Content.ContentValues) : Android.Net.Uri
Implementation is provided by the parent class.
IsChildDocument(string, string) : bool
Test if a document is descendant (child, grandchild, etc) from the given parent.
override
OpenAssetFile(Android.Net.Uri, string) : Android.Content.Res.AssetFileDescriptor
Implementation is provided by the parent class.
override
OpenAssetFile(Android.Net.Uri, string, Android.OS.CancellationSignal) : Android.Content.Res.AssetFileDescriptor
Implementation is provided by the parent class.
abstract
OpenDocument(string, string, Android.OS.CancellationSignal) : Android.OS.ParcelFileDescriptor
Open and return the requested document.
OpenDocumentThumbnail(string, Android.Graphics.Point, Android.OS.CancellationSignal) : Android.Content.Res.AssetFileDescriptor
Open and return a thumbnail of the requested document.
override
OpenFile(Android.Net.Uri, string) : Android.OS.ParcelFileDescriptor
Implementation is provided by the parent class.
override
OpenFile(Android.Net.Uri, string, Android.OS.CancellationSignal) : Android.OS.ParcelFileDescriptor
Implementation is provided by the parent class.
override
OpenTypedAssetFile(Android.Net.Uri, string, Android.OS.Bundle) : Android.Content.Res.AssetFileDescriptor
Implementation is provided by the parent class.
override
OpenTypedAssetFile(Android.Net.Uri, string, Android.OS.Bundle, Android.OS.CancellationSignal) : Android.Content.Res.AssetFileDescriptor
Implementation is provided by the parent class.
override
Query(Android.Net.Uri, string[], string, string[], string) : Android.Database.ICursor
Implementation is provided by the parent class.
abstract
QueryChildDocuments(string, string[], string) : Android.Database.ICursor
Return the children documents contained in the requested directory.
abstract
QueryDocument(string, string[]) : Android.Database.ICursor
Return metadata for the single requested document.
QueryRecentDocuments(string, string[]) : Android.Database.ICursor
Return recently modified documents under the requested root.
abstract
QueryRoots(string[]) : Android.Database.ICursor
Return all roots currently provided.
QuerySearchDocuments(string, string, string[]) : Android.Database.ICursor
Return documents that that match the given query under the requested root.
RenameDocument(string, string) : string
Rename 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[]) : int
Implementation is provided by the parent class.