| | WebCenter Interaction API | |
| IPTAdminFolder.QuerySubfolders Method (Int32, Int32, Object, Int32, Int32, Object[][]) |
Queries the subfolders. This can be immediate (depth 0 or child depth 1).
IPTQueryResult QuerySubfolders(
int
lPropIDMask,
int
lDepth,
object
vOrderBy,
int
lSkipRows,
int
lMaxRows,
object[][]
vQueryFilter);
Parameters
-
lPropIDMask
- prop ids to query
-
lDepth
- 0 or 1
-
vOrderBy
- a PT_PROPIDS to order the result by
-
lSkipRows
- number of rows to skip at the beginning, or -1 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 | PT_FILTEROPS