Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgByteSource
GetMimeType
GetReader
MgByteSource
MgByteSource
SetMimeType
MgByteSource::MgByteSource
(
CREFSTRING
file
)
Construct a
MgByteSource
object from the specific file.
.NET Syntax
MgByteSource(string file);
Java Syntax
MgByteSource(String file);
PHP Syntax
MgByteSource(string file);
Parameters:
file
(String/string) Full path name of the file.
Comments or suggestions? Send us
feedback
.