Class XmlCopyOptions
- Namespace
- Cuemon.Extensions.Xml
- Assembly
- Cuemon.Extensions.Xml.dll
Configuration options for XmlWriter.
public class XmlCopyOptions : DisposableOptions, IParameterObject
- Inheritance
-
XmlCopyOptions
- Implements
- Inherited Members
- Extension Methods
Constructors
XmlCopyOptions()
Initializes a new instance of the XmlCopyOptions class.
public XmlCopyOptions()
Properties
WriterSettings
Gets or sets the XmlWriterSettings which will be applied doing the copying process and need to be configured.
public Action<XmlWriterSettings> WriterSettings { get; set; }
Property Value
- Action<XmlWriterSettings>
The writer settings.