Nevron.Xml Namespace / NXmlNodeWriter Class / NXmlNodeWriter Constructor / NXmlNodeWriter Constructor(XmlDocument,Boolean)


In This Topic
    NXmlNodeWriter Constructor(XmlDocument,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal root As System.Xml.XmlDocument, _
       ByVal clearCurrentContents As System.Boolean _
    )
    'Usage
     
    
    Dim root As System.Xml.XmlDocument
    Dim clearCurrentContents As System.Boolean
     
    Dim instance As New NXmlNodeWriter(root, clearCurrentContents)
    public NXmlNodeWriter( 
       System.Xml.XmlDocument root,
       System.bool clearCurrentContents
    )

    Parameters

    root
    clearCurrentContents
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also