DoSave Method
Overloads
| DoSave(String) | 
             Saves an app. All objects and data in the data model are saved.  | 
        
      
    
DoSave(String)
Saves an app. All objects and data in the data model are saved.
Declaration
      public void DoSave([QixName("qFileName")] string fileName = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fileName | 
           Name of the file to save.  |