Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:sigmastudiov2:usingsigmastudio:scripting:openproject [24 Jun 2020 12:17] Krithika Manchaleresources:tools-software:sigmastudiov2:usingsigmastudio:scripting:openproject [15 Nov 2021 08:44] (current) – [Open Existing Project] Nikhin Shetty
Line 1: Line 1:
 +[[resources/tools-software/sigmastudiov2/usingsigmastudio/scripting|Click here to return back]]
 +
 =====Open Existing Project===== =====Open Existing Project=====
  
-This takes in one argument(filePath) and allows the user to open a SigmaStudio project in the given filepath. Return type is a success/failure message in the form of list of strings+OpenExistingProject takes in one argument(filePath) and allows the user to open a SigmaStudioproject in the given filepath. This API returns the SSPResult type. 
 \\ \\
  
 ===API=== ===API===
 <code> <code>
-list<string> OpenExistingProject(1: string filePath)             +SSPResult OpenExistingProject(string filePath)             
 </code> </code>
 \\ \\
 ===Arguments==== ===Arguments====
-  - filePath- The path along with the file name of the project which has to be opened in the SigmaStudio application.+  - filePath- The path along with the file name of the project which has to be opened in the SigmaStudioapplication.
 \\ \\
 ===Result=== ===Result===
-“The open project was successful”+SSPResult contains 'IsSuccess' flag and 'Message' information of the OpenExistingProject action. 
 +  -IsSuccess is 'True' if the project was opened successfully, else 'False'
 +  -Message contains the Success/Failure information in the form of list of string.
 \\ \\
 \\ \\
-===Error==== 
-Displays the error msg as obtained by the Server application if any. 
- 
- 
resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/openproject.txt · Last modified: 15 Nov 2021 08:44 by Nikhin Shetty