Web API Reference MapGuide Open Source
virtual void MgSelectionBase::Save ( MgResourceService resourceService,
CREFSTRING  mapName 
) [virtual]

Save the map object to a session repository.

Parameters:
resourceService (MgResourceService) An MgResourceService that can be used to retrieve the map.
mapName (String/string) A string that specifies the name of the map. This is the name that was specified when Create was called to create the map object.
.NET Syntax
virtual void Save(MgResourceService resourceService, string mapName);
Java Syntax
virtual void Save(MgResourceService resourceService, String mapName);
PHP Syntax
virtual void Save(MgResourceService resourceService, string mapName);

Returns:
Returns nothing.

Reimplemented in MgSelection.


Comments or suggestions? Send us feedback.