Plumtree EDK (Enterprise Web Development Kit) 5.4.0

TaskListQueryOrder Constructor 

Constructor for TaskListQueryOrder.

public TaskListQueryOrder(
   TaskListAttributes attribute,
   bool ascending
);

Parameters

attribute
a TaskListAttributes, the attribute to order the query by.
ascending
Whether the results should be ordered ascending (or descending) based upon the supplied attribute.

See Also

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