How can i manage to order the document via document helper dynamically. Whats the word should be in plac of (??) when a user want to show documents in order they exists in the tree structure?
DocumentHelper.GetDocuments("my.pagetype").OrderByAscending(??)
Hi, You need to use these three columns described in this thread.
Hi,
DocumentHelper.GetDocuments("my.pagetype").OrderByAscending("NodeOrder")
Please, sign in to be able to submit a new answer.