dbicList Send comments on this topic.
WriteXMLFile Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : WriteXMLFile Method

strFileName
The full path and file name of the xml file.
Writes the data in the collection to an xml file.

Syntax

Visual Basic (Declaration) 
Public Function WriteXMLFile( _
   ByVal strFileName As String _
) As Boolean
C# 
public bool WriteXMLFile( 
   string strFileName
)

Parameters

strFileName
The full path and file name of the xml file.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also