Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.LookupUUID Method 

Looks up an object's UUID by object ID.

string LookupUUID(
   int objectID
);

Parameters

objectID
the ID of the object for which to get a UUID

Return Value

the object's UUID

Exceptions

Exception Type Condition
HttpException if the query interface URL is not valid
PortalException if the operation resulted in an error on the portal

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace