Web API Reference MapGuide Open Source

MgDwfVersion Class Reference
[MgDwfVersion]

Specifies the DWF schema and file version for all Mapping Service operations. More...

Inherits MgSerializable.

List of all members.


Public Member Functions

STRING GetFileVersion ()
 Gets the DWF file version string.
STRING GetSchemaVersion ()
 Gets the DWF schema version.
 MgDwfVersion (CREFSTRING fileVersion, CREFSTRING schemaVersion)
 Creates a DWF specification.
void SetFileVersion (CREFSTRING fileVersion)
 Sets the supported client-side file version for DWF.
void SetSchemaVersion (CREFSTRING schemaVersion)
 Sets the supported client-side schema version for DWF.

Detailed Description

Specifies the DWF schema and file version for all Mapping Service operations.

Remarks:
These parameters should be set by the client so the MapGuide server generates client-side compatible DWFs.

Comments or suggestions? Send us feedback.