Queries for all objects of this particular class.
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[]);
IObjectManager Interface | Plumtree.Remote.PRC Namespace