dbicExplorerBar Send comments on this topic.
WriteXMLFile Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : WriteXMLFile Method

strFileName

The full path and file name of the XML file.

Writes the control information to an XML file that can be read using the ReadXMLFile Method or XMLRead Property.

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 Boolean indicating a successful write.

Requirements

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

See Also