Click or drag to resize
IGDStorageFileContentType Property
Gets the MIME type of the contents of the file.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
string ContentType { get; }

Property Value

Type: String

The MIME type of the file contents.

For example, a music file might have the "audio/mpeg" MIME type.

Remarks
If you simply want to check the content type of a file in your app, see the ContentType property of the GDStorageFile class.
See Also