Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgByteSource
GetMimeType
GetReader
MgByteSource
MgByteSource
SetMimeType
STRING
MgByteSource::GetMimeType
(
)
Gets the mime type of the data in this reader. See
MgMimeType
for list of supported mime types.
.NET Syntax
string
GetMimeType()
;
Java Syntax
String
GetMimeType()
;
PHP Syntax
string
GetMimeType()
;
Returns:
string representing the type, for example text/xml
Comments or suggestions? Send us
feedback
.