XMLWriterSettings.Based on record parameters
Syntax:
Parameters:
<Encoding> (optional)
Encoding that is used for writing XML document (relevant for writing to a file). By default, UTF-8 encoding will be used.
<Version> (optional)
XML standard version, correspondence to which is verified during XML data writing. Possible values: 1.0 or 1.1.
Default value: 1.0.
<Indent> (optional)
A flag indicating indents for writing XML document elements structure.
Default value: True.
<IndentAttributes> (optional)
A flag indicating indents for writing XML document elements structure.
Default value: False.
<IndentChars> (optional)
Sequence of characters that will be used for writing indents for XML data writing. Only space characters (Space, CR, LF, Tab) can be included in the sequence.
Default value: Tab.
Description: