Initializes the migration manager for import. Loads the package with the given byte array XML representation.
Initializes the migration manager for import. Loads the package with the given byte array XML representation.
void InitializeForImport(byte[]);
Initializes the migration manager for import. Loads the package at the specified file system path.
void InitializeForImport(string);
IPTMigrationManager Interface | com.plumtree.server Namespace