|  | Plumtree Portal UI | |
| PTObjectManagerQueryWrapper.SimpleQuery Method (Int32, Int32) |
MES- SimpleQuery wraps the ObjectManager call of the same name.
public virtual
bool SimpleQuery(
int iFolderID,
int iPropToOrderBy);
Parameters
-
iFolderID
- indicates a folder to be queried, or -1 for all folders
-
iPropToOrderBy
- indicates the PropertyID to sort by. The sort will be ascending.
Return Value
boolean indicating success or failure
See Also
PTObjectManagerQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace | PTObjectManagerQueryWrapper.SimpleQuery Overload List