Run in script editor
Overview
Next Design's Script Editor allows you to write C# scripts directly and run them immediately.
You can run C# scripts without writing a manifest, which is useful for trying while editing the handler implementation code or for ad hoc processing.
how to use
To run a C# script in the Script Editor, do the following:
- Click View> Pane> Script from the ribbon to display the Script Editor.
- Write the script directly in the script editor, or copy the script to the clipboard and press the ctrl + v keys to paste it.
- Click Home> Script> Execute from the Script Editor ribbon to run the script.