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

strFileName
String value indicating the fully qualified file name to write.
Writes the contents of a collection 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
String value indicating the fully qualified file name to write.

Return Value

Boolean indicating a successful write.

Requirements

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

See Also