dbicCalendar Send comments on this topic.
WriteXMLFile Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomAreaCollection Class : WriteXMLFile Method

strFileName
The full path and file name of the xml file.
Writes the data in the 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
The full path and file name of the xml file.

Return Value

A Boolean value, 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