Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




How is use sort(order by)

api


How I can sort IssueID to use
       
        IssueEN[] issues = _proxy.GetIssueByFilter(filter);
        issues.OrderBy(................

or

        IssueEN[] issues = _proxy.GetIssueByFilter(filter).OrderBy(.........

Thank you,
June

Punchai
· 1
Punchai
Replies (1)
helpful
0
not helpful

Use the filter's SortField and SortOrder properties.


Mark Wing
· 9108
Mark Wing