Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

TaskQueryOrder Constructor 

Constructor for TaskQueryOrder.

public TaskQueryOrder(
   TaskAttributes attribute,
   bool ascending
);

Parameters

attribute
A TaskAttributes attribute by which to order the query.
ascending
Whether the results should be ordered ascending (or descending) based upon the supplied attribute.

See Also

TaskQueryOrder Class | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace