[mapguide-users] Re: MapGuide Studio API Package NET

Jackie Ng jumpinjackie at gmail.com
Sun Apr 11 19:40:45 EDT 2010


Maestro has a packager API (in OSGeo.MapGuide.MaestroAPI.PackageBuilder.dll)
that creates AND uploads packages.

Sample usage:

ServerConnectionI conn = new HttpServerConnection(new
Uri("http://localhost/mapguide/mapagent/mapagent.fcgi", "Administrator",
"admin", "en", true);
PackageBuilder builder = new PackageBuilder(conn);
builder.CreatePackage("Library://", "MyPackage.mgp", null, false, null);

- Jackie

-- 
View this message in context: http://n2.nabble.com/MapGuide-Studio-API-Package-NET-tp4886962p4887568.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list