Aqualogic Interaction API  
 

IPTMigrationManager.ObjectExistsInPackage Method 

Checks whether or not the object with the specified UUID exists in the currently loaded migration package.

bool ObjectExistsInPackage(
   string strUUID
);

Parameters

strUUID
- The UUID to check cor.

Return Value

true if the object exists in the package, false otherwise.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace