| 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
| dbicList | Send comments on this topic. |
| WriteXMLFile Method | |
| See Also | |
|
| dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class : WriteXMLFile Method |
The full path and file name of the XML file.
| Visual Basic (Declaration) | |
|---|---|
Public Function WriteXMLFile( _ ByVal strFileName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool WriteXMLFile( string strFileName ) | |
The full path and file name of the XML file.
A