Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.LookupObjectID Method 

Gets an object's ID from its UUID.

int LookupObjectID(
   string UUID
);

Parameters

UUID
the UUID of the object for which to get an ID

Return Value

the object's ID

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