WebCenter Interaction API  
 

IPTAdminFolder.QuerySubfolders Method (Int32, Int32, Int32, Int32, Int32, Object[][])

Queries the subfolders. This can be immediate (depth 0 or child depth 1).

IPTQueryResult QuerySubfolders(
   int lPropIDMask,
   int lDepth,
   int vOrderBy,
   int lSkipRows,
   int lMaxRows,
   object[][] vQueryFilter
);

Parameters

lPropIDMask
prop ids to query
lDepth
0 or 1
vOrderBy
can be an Object[][] with 2 columns and one row. The first column holds the property ID to order by, from PT_PROPIDS. The second column holds the order to order, from PT_ORDERBY_SETTINGS
lSkipRows
number of rows to skip at the beginning, or 0 for none
lMaxRows
maximum number of rows to return, or -1 for all
vQueryFilter
is a 2D array with 3 columns. The first column holds the property id, from PT_PROPIDS. The second column holds the operator, from PT_FILTEROPS. The third column holds the value to be matched.

Return Value

IPTQueryResult

See Also

IPTAdminFolder Interface | com.plumtree.server Namespace | IPTAdminFolder.QuerySubfolders Overload List | PT_PROPIDS | PT_ORDERBY_SETTINGS