Wiki

This version (15 Nov 2021 12:52) was approved by Nikhin Shetty.

Click here to return back

Export System files

This action allows the user to export the project files to a specified file location. The function call takes in 2 arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.


API

SSPResult Export(string exportName, string exportFolder);


Arguments

  1. exportName- Name of the exported files.
  2. exportFolder- Folder path where the exported files to be saved.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information for the Export action.

  1. IsSuccess is 'True' if the system files exported successful, else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



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