Skip to main content

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:

Script Editor

  1. Click View> Pane> Script from the ribbon to display the Script Editor.
  2. Write the script directly in the script editor, or copy the script to the clipboard and press the ctrl + v keys to paste it.
  3. Click Home> Script> Execute from the Script Editor ribbon to run the script.