| 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
Boolean indicating a successful write.The XML files will only store string or numeric property settings. The XML file will not store image or object information.
If no extension is provided in the strFileName parameter, the default extension is .xml