Plumtree EDK (Enterprise Web Development Kit) 5.4.0

TaskQueryOrder Constructor 

Constructor for TaskQueryOrder.

public TaskQueryOrder(
   TaskAttributes attribute,
   bool ascending
);

Parameters

attribute
a TaskAttributes, the attribute to order the query by.
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