Aqualogic Interaction API  
 

IPTMigrationManager.ObjectExistsInSystem Method 

Checks whether or not the object serialized in the specified IPTMigrationElement already exists in the portal system.

bool ObjectExistsInSystem(
   IPTMigrationElement ptME
);

Parameters

ptME
- The IPTMigrationElement being imported.

Return Value

true if the object already exists, false otherwise.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace