Description
Saves the RibbonBar content to a JSON file. The ECMA-404 JSON standard is supported.
Applies to
Syntax
controlname.ExportToJSONFile ( String FileName {, Encoding encoding })
| 
                                            
                               Argument  | 
                           
                                            
                               Description  | 
                        
|---|---|
| 
                                            
                               FileName  | 
                           
                                            
                               The file path and file name where the JSON file will be saved.  | 
                        
| 
                                            
                               encoding (optional)  | 
                           
                                            
                               Character encoding of the file to which the data is saved. If you do not specify an encoding parameter, the file is saved in UTF8 format. Values are: 
  | 
                        
Return value
Integer.
1 - Successful.
-1 - An error occurs.
-2 - Failed to load library.
-3 - The specified file does not exist.
If any argument's value is null, returns null.
Examples
Integer li_return
li_return = rbb_1.ExportToJSONFile ("Export1.json", EncodingUTF8!)
See also


