{{OpenForum.alert.title}}
{{OpenForum.alert.message}}
×
An error has occurred.
{{OpenForum.errorMessage}}
See technical details
×
Error details.
{{OpenForum.error}}
×
Get Action
Refreshes the page from it's Wiki Markup
Get Parameters
pageName - The page to refresh
Server Side Javascript for GET method
//OpenForum/Actions/RefreshPage/get.sjs
if(typeof(pageName)=="undefined") { transaction.setResult(transaction.SHOW_PAGE); } else { transaction.userCanPerformAction(pageName,"update",true); wiki.refreshPage(pageName); transaction.goToPage(pageName); }
For more information open our Web App