Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.QuerySingleObject Method 

Queries for a single object by object ID and retrieves all of its properties.

IObjectQueryRow QuerySingleObject(
   int objectID
);

Parameters

objectID
the ID of the object to be queried

Return Value

an IObjectQueryRow object representing the specified object's properties

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