Wiki source code of ProgrammingRight

Last modified by Thomas Mortagne on 2018/10/18 09:32

Hide last authors
Thomas Mortagne 1.1 1 {{velocity}}
2 ## Accessing those two objects require programming right
3 #set($protectedContext = $xcontext.context)
Thomas Mortagne 2.1 4 #set($protectedDocument = $xwiki.getDocument("Space2.Toto").document)
Thomas Mortagne 1.1 5
Thomas Mortagne 2.1 6 $protectedContext.getWiki().deleteDocument($protectedDocument, false, $protectedContext)
Thomas Mortagne 1.1 7 {{/velocity}}