How to sort documents selected by SelectNodes API method

Technical support leader

Juraj Ondrus asked on December 18, 2009 11:24

How to sort documents selected by SelectNodes API method

Correct Answer

Juraj Ondrus answered on December 18, 2009 11:24

You may use the overloaded method with OrderBy parameter (see API Reference for more details) but it sorts documents only within one document type. If you use more document types (classes) please use standard ASP.NET methods to sort the dataset. Please see the MSDN documentation for more information.
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.