WebCenter Interaction API  
 

IPTFolder.SimpleQueryCards Method (Object, Object[][])

Queries the Cards of this Folder. By default the query returns all properties and all matching cards

IPTQueryResult SimpleQueryCards(
   object vOrderBy,
   object[][] vQueryFilter
);

Parameters

vOrderBy
order by clause
vQueryFilter
query filter

Return Value

IPTQueryResult

See Also

IPTFolder Interface | com.plumtree.server Namespace | IPTFolder.SimpleQueryCards Overload List