Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

DiscussionMessageQueryOrder Constructor 

Constructor for DiscussionMessageQueryOrder.

public DiscussionMessageQueryOrder(
   DiscussionMessageAttributes attribute,
   bool ascending
);

Parameters

attribute
The DiscussionMessageAttributes attribute by which to order the query.
ascending
Whether or not the results should be ordered ascending based upon the supplied attribute.

See Also

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