Plumtree EDK (Enterprise Web Development Kit) 5.4.0

DocumentQueryOrder Constructor 

Constructor for DocumentQueryOrder.

public DocumentQueryOrder(
   DocumentAttributes attribute,
   bool ascending
);

Parameters

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

See Also

DocumentQueryOrder Class | Plumtree.Remote.PRC.Collaboration.Document Namespace