Web API Reference MapGuide Open Source
MgByteReader* MgSite::EnumerateGroups (  ) 

Gets a list of available groups.

Returns:
Returns an MgByteReader object listing the groups in XML format using the GroupList schema.
Example (PHP)
 $byteReader = $site->EnumerateGroups();

Exceptions:
MgConnectionNotOpenException 


Comments or suggestions? Send us feedback.