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

strFileName

The full path and file name of the XML file.

Writes the dbiExplorerBar information to an XML file that can be read using the ReadXMLFile Method or XMLRead Property. For more information on using this method see Reading and Writing XML.

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.

Return Value

A System.Boolean indicating a successful write.

Requirements

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

See Also