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

strFileName
The full path and file name of the XML file.
Reads the control information from an XML file that has previously been written with WriteXMLFile Method or XMLWrite Property.

Syntax

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

Parameters

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

Return Value

Boolean

Remarks

For more information on using this method see Reading and Writing XML.

Requirements

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

See Also