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

strFileName
The fully qualified filename, of the XML file to write. 
Export the Columns to an XML file specified by strFileName.

Syntax

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

Parameters

strFileName
The fully qualified filename, of the XML file to write. 

Return Value

Boolean value indicating the file was successfully saved.

Requirements

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

See Also