Aqualogic Interaction API  
 

IPTMigrationManager.InitializeForImport Method

Initializes the migration manager for import. Loads the package with the given byte array XML representation.

Overload List

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);

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace