06-18-2009 06:18 AM
// specify the location within the Repository to import into
Location location = new Location(new StoreRef("workspace", "SpacesStore") );
// setup an ACP Package Handler to import from an ACP file
ImportPackageHandler handler = new ACPImportPackageHandler(…);
// import (note: in this example we're not interested in progress)
importer.importView(handler, location, null, null);
06-23-2009 03:58 AM
Muchas gracias por la ayuda.
06-23-2009 04:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.