Wiki

The most recent version of this page is a draft.DiffThis version is outdated by a newer approved version.DiffThis version (15 Nov 2021 08:10) was approved by Nikhin Shetty.The Previously approved version (24 Jun 2020 11:54) is available.Diff

This is an old revision of the document!


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. Return type is a success/failure message in the form of list of strings.

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 List of result information related to the particular action.

  1. IsSuccess is set to True if the create new project was successful else False.
  2. Message contains the Success/Failure information.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/createnewproject.1636959509.txt.gz · Last modified: 15 Nov 2021 07:58 by Nikhin Shetty