Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectManager.QueryObjects Method

Queries for all objects of this particular class.

Overload List

Queries for all objects of this particular class.

IObjectQuery QueryObjects();

Queries for all objects of this class underneath a particular folder.

IObjectQuery QueryObjects(int);

Queries for objects underneath a particular folder.

IObjectQuery QueryObjects(int,int,int);

Queries for objects underneath a particular folder.

IObjectQuery QueryObjects(int,int,int,ObjectProperty,bool);

Queries for objects underneath a particular folder complying to a set of filters.

IObjectQuery QueryObjects(int,int,int,ObjectProperty,bool,ObjectProperty[],QueryFilter[]);

See Also

IObjectManager Interface | Plumtree.Remote.PRC Namespace