Wiki

Differences

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

Link to this comparison view

Next revision
Previous revision
resources:tools-software:sigmastudiov2:usingsigmastudio:scripting:saveproject [24 Jun 2020 11:58] – created Krithika Manchaleresources:tools-software:sigmastudiov2:usingsigmastudio:scripting:saveproject [15 Nov 2021 12:30] (current) Nikhin Shetty
Line 1: Line 1:
 +[[resources/tools-software/sigmastudiov2/usingsigmastudio/scripting|Click here to return back]]
 +
 +
 =====Save Project===== =====Save Project=====
  
-This takes in one argument(filePath) and allows the user to save a SigmaStudio project in the given filepath. Return type is a success/failure message in the form of list of strings\\+This action takes in one argument(filePath) and allows the user to save a SigmaStudioproject in the given filepath. This API returns the SSPResult type. 
 \\ \\
 ===API=== ===API===
 <code> <code>
-list<string> SaveProject(1: string filePath)+SSPResult SaveProject(string filePath)
 </code> </code>
 \\ \\
 ===Arguments==== ===Arguments====
-  - filePath - The path along with the file name of the project where the given SigmaStudio project must be saved\\+  - filePath - The path along with the file name of the project where the given SigmaStudioproject must be saved\\
 ===Result=== ===Result===
-“Project Saved” +SSPResult contains 'IsSuccess' flag and 'Message' information of the SaveProject action. 
-\\ +  -IsSuccess is 'True' if the save project was successful 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/saveproject.txt · Last modified: 15 Nov 2021 12:30 by Nikhin Shetty