Plumtree EDK (Enterprise Web Development Kit) 5.4.0

DiscussionMessageQueryOrder Constructor 

Constructor for DiscussionMessageQueryOrder.

public DiscussionMessageQueryOrder(
   DiscussionMessageAttributes attribute,
   bool ascending
);

Parameters

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

See Also

DiscussionMessageQueryOrder Class | Plumtree.Remote.PRC.Collaboration.Discussion Namespace