This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
XmlReaderWriter class. Used to process XML and handle only relevant nodes while writing every other directly to the output writer.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class XmlReaderWriter
Visual Basic (Declaration)Copy imageCopy Code
Public Class XmlReaderWriter

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..XmlReaderWriter
    Smartsite.Core..::..XmlEngine

See Also

Advanced