How To list the documents of a Space
The following velocity code can be used to list the documents within the space "MySpace".#foreach ($item in $xwiki.searchDocuments("where doc.web='MySpace'"))
* [$item]
#endselect doc.name, doc.title
from com.xpn.xwiki.doc.XWikiDocument as doc
where doc.web = 'MySpace'
and doc.name!='WebHome')
Version 3.1 last modified by polx on 15/01/2008 at 22:24
Document data
Attachments:
No attachments for this document
Comments: 0