SaveXml Method

You can write an XML file to a server disk drive using this method.

PARAMETERS

Parameter
Type
Description
Path String (Context Store Reference, Data Constant Reference) A path to the output file.
Data String (Context Store Reference) XML to be stored (context's value will be automatically converted to an XML).
Encoding String (Context Store Reference, Data Constant Reference) A IANA character set name. Default (if omitted) is UTF-8.
CreateDirectory Boolean (Data Constant Reference) If true, necessary directories will be created according to the value specified in Path parameter.