How to sort_by path

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2009 03:35 AM
Hi,
I need to show the documents in doclist sort by path, I've tried to sort them by their parent's name but I've not found the way to do it, could anyone help me?? I was looking for some property that contains the path or the url to the node (space / content) but I've not found this either.
Thanks a lot!!!
I need to show the documents in doclist sort by path, I've tried to sort them by their parent's name but I've not found the way to do it, could anyone help me?? I was looking for some property that contains the path or the url to the node (space / content) but I've not found this either.
Thanks a lot!!!
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 06:05 AM
Hi
You would have to do this yourself. You can get the path(s) from the nodeServcie.
Andy
You would have to do this yourself. You can get the path(s) from the nodeServcie.
Andy

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 07:00 AM
Hi,
Finally I soved my problem just using the property "displayPath". I managed to sort the documents using ?sort_by('displayPath') instead using ?sort_by('name').
Thanks!!!
Finally I soved my problem just using the property "displayPath". I managed to sort the documents using ?sort_by('displayPath') instead using ?sort_by('name').
Thanks!!!
