Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.QueryExtendedData Method 

Queries for an object's extended object data.

IExtendedData QueryExtendedData(
   int objectID
);

Parameters

objectID
the ID of the object to be queried

Return Value

an IExtendedData object representing the object's extended data

Remarks

Returns an IExtendedData object representing all of the extended data about the object.

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