Web API Reference MapGuide Open Source

MgDwfVersion Class Reference
[MgDwfVersion]

Inherits MgSerializable.

Inheritance diagram for MgDwfVersion:

Inheritance graph
[legend]
List of all members.

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.


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.