Aqualogic Interaction API  
 

IPTMigrationManager.LookupMappingInProfile Method 

Retrieves a migration mapping from the database, if it exists.

string LookupMappingInProfile(
   string strSourcePortalUUID,
   string strSourceUUID
);

Parameters

strSourcePortalUUID
- The UUID of the portal where the source object came from.
strSourceUUID
- The UUID of the object to be mapped.

Return Value

The UUID of the replacement object on the local system.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace