WebCenter Interaction API  
 

IPTMigrationManager.UUIDToObjectID Method 

Converts a UUID to its (classID, objectID) equivalent on the local system, if it exists.

object[] UUIDToObjectID(
   string strUUID
);

Parameters

strUUID
- The UUID to look up.

Return Value

A 1-D array containing the objectID and classID, can be indexed using values from the PT_MIGRATION_OBJECT_COLS enumeration.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace