Plumtree Portal UI  
 

PTObjectManagerQueryWrapper.SimpleQuery Method

MES- SimpleQuery wraps the ObjectManager call of the same name This function queries all folders, and orders by name.

Overload List

MES- SimpleQuery wraps the ObjectManager call of the same name This function queries all folders, and orders by name.

public virtual bool SimpleQuery();

MES- SimpleQuery wraps the ObjectManager call of the same name. This function orders results by name.

public virtual bool SimpleQuery(int);

MES- SimpleQuery wraps the ObjectManager call of the same name.

public virtual bool SimpleQuery(int,int);

MES- SimpleQuery wraps the ObjectManager call of the same name.

public virtual bool SimpleQuery(int,int[][]);

See Also

PTObjectManagerQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace