Table of Contents

Class XmlCopyOptions

Namespace
Cuemon.Extensions.Xml
Assembly
Cuemon.Extensions.Xml.dll

Configuration options for System.Xml.XmlWriter.

public class XmlCopyOptions : DisposableOptions, IParameterObject
Inheritance
Object
XmlCopyOptions
Implements
Inherited Members
Extension Methods

Constructors

XmlCopyOptions()

Initializes a new instance of the XmlCopyOptions class.

public XmlCopyOptions()

Properties

WriterSettings

Gets or sets the System.Xml.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.