[mapguide-commits] r7695 - trunk/Tools/Maestro/UserDoc/source

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Jul 20 22:14:25 PDT 2013


Author: jng
Date: 2013-07-20 22:14:25 -0700 (Sat, 20 Jul 2013)
New Revision: 7695

Modified:
   trunk/Tools/Maestro/UserDoc/source/scripting_and_automating_maestro.rst
Log:
Document the IronPython console feature

Modified: trunk/Tools/Maestro/UserDoc/source/scripting_and_automating_maestro.rst
===================================================================
--- trunk/Tools/Maestro/UserDoc/source/scripting_and_automating_maestro.rst	2013-07-21 05:08:34 UTC (rev 7694)
+++ trunk/Tools/Maestro/UserDoc/source/scripting_and_automating_maestro.rst	2013-07-21 05:14:25 UTC (rev 7695)
@@ -29,8 +29,10 @@
  * Convenience methods to fetch/set resource XML content by their resource id
  * A UI-thread invoker for running UI interaction code from a background thread
 
-The `IServerConnection` interface represents the top-level interface of the Maestro API and is the gateway into most of the functionality that is offered by the Maestro API
+The `IServerConnection` interface represents the top-level interface of the Maestro API and is the gateway into most of the functionality that is offered by the Maestro API.
 
+Each root node (connection) in the **Site Explorer** represents an `IServerConnection` instance. The Host Application gives you the ability to retrieve such instances in order to be able to work with resources under that connection instance.
+
 For more information about the `IServerConnection` interface, consult the Maestro API documentation which is included with the `Maestro SDK <http://trac.osgeo.org/mapguide/wiki/maestro/Downloads>`_
 
 You can bring up documentation of any object or function with the `help` command. For example, to describe the structure of our global Host Application:



More information about the mapguide-commits mailing list