List All Documents In A Space Snippet

List All Documents In A Space Snippet

This example lists all documents in the Blog space:

{{velocity}}
#set($hql = "where doc.space='Blog' order by doc.date asc")
#set($results = $xwiki.searchDocuments($hql, 0, 0))
#foreach ($item in $results)
 * $item
#end
{{/velocity}}

See also the Velocity Examples.

Tags:
Created by Vincent Massol on 2009/12/09 16:22
Last modified by Guillaume Lerouge on 2009/12/09 16:30

This wiki is licensed under a Creative Commons license
2.2.1.27354