DocumentsContract.Document.ColumnMimeType Field
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.
Concrete MIME type of a document.
[Android.Runtime.Register("COLUMN_MIME_TYPE")]
public const string ColumnMimeType;
[<Android.Runtime.Register("COLUMN_MIME_TYPE")>]
val mutable ColumnMimeType : string
Field Value
- Attributes
Remarks
Concrete MIME type of a document. For example, "image/png" or "application/pdf" for openable files. A document can also be a directory containing additional documents, which is represented with the #MIME_TYPE_DIR
MIME type. This column is required.
Type: STRING
Java documentation for android.provider.DocumentsContract.Document.COLUMN_MIME_TYPE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.