Rename Space Snippet

Rename all pages in a space

Code

#if($request.from && $request.to)
  #foreach($item in $xwiki.getSpaceDocsName($request.from))
    * Renaming $item $xwiki.getDocument("${request.from}.${item}").rename("${request.to}.${item}")
  #end
#end

Version 3.1 last modified by VincentMassol on 09/12/2007 at 15:01

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: VincentMassol on 2007/09/24 17:09
This wiki is licensed under a Creative Commons license
1.4.1.10194