ExportToXMLFile
PowerScript function
Description
Saves the RibbonBar content to an XML file. The XML version 1.0 is
supported.
Applies to
Syntax
|
1 |
controlname.ExportToXMLFile ( String FileName {, Encoding encoding }) |
|
Argument |
Description |
|---|---|
|
FileName |
The file path and file name where the XML file will be |
|
encoding (optional) |
Character encoding of the file to which the data is saved. 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
|
1 2 |
Integer li_return li_return = rbb_1.ExportToXMLFile ("Export2.xml", EncodingUTF8!) |
See also