dbicDayView Send comments on this topic.
WriteXMLFile Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : WriteXMLFile Method

strFileName
The full path and file name of the xml file.
Writes the data in control to an xml file.

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

This method returns a value of type Boolean, indicating if the file was written successfully.

Remarks

If no extension is provided in the strFileName parameter, the default extension is .xml

Requirements

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

See Also