{{OpenForum.alert.title}}
{{OpenForum.alert.message}}
×
An error has occurred.
{{OpenForum.errorMessage}}
See technical details
×
Error details.
{{OpenForum.error}}
×
Get Action
Creates a new Queue with a unique name and returns it's name.
Parameters
pageName
Usage:
/OpenForum/Actions/CreateQueue?pageName=dummy
Server Side Javascript for GET method
if(typeof(pageName)=="undefined") { transaction.setResult(transaction.SHOW_PAGE); } else { queueName = wiki.createQueue(); transaction.sendPage(queueName); }
For more information open our Web App