Aqualogic Interaction API  
 

IPTMigrationManager.StoreMappingInProfile Method 

Stores a migration mapping in the database.

void StoreMappingInProfile(
   string strSourcePortalUUID,
   string strSourceUUID,
   string strMappedUUID
);

Parameters

strSourcePortalUUID
- The UUID of the portal where the source object came from.
strSourceUUID
- The UUID of the object to be mapped.
strMappedUUID
- The UUID of the replacement object on the local system.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace