Wiki

This version (15 Nov 2021 12:29) was approved by Nikhin Shetty.The Previously approved version (15 Nov 2021 07:58) is available.Diff

Click here to return back

CreateNewProject

This takes in one argument(project name) and allows the user to create a new SigmaStudio+ project with the given name. This API returns the SSPResult.

API

SSPResult CreateNewPorject(string projectName)              


Arguments

  1. projectName - The projectName should contain name of the new project along with the file path.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information of CreateNewProject action.

  1. IsSuccess is set to 'True' if the create new project was successful else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/createnewproject.txt · Last modified: 15 Nov 2021 12:29 by Nikhin Shetty