Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.QueryObjects Method ()

Queries for all objects of this particular class.

IObjectQuery QueryObjects();

Return Value

an IObjectQuery object that represents all of the objects of this class

Remarks

Returns an IObjectQuery object that has one row for each object returned. Use caution when creating a query. Queries that result in a large number of objects can result in SOAP timeouts, or OutOfMemoryErrors.

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 | IObjectManager.QueryObjects Overload List