Writes xml file

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void WriteXMLFile(
	string xmlText,
	string filename,
	bool appendFlag
)
Visual Basic (Declaration)
Public Shared Sub WriteXMLFile ( _
	xmlText As String, _
	filename As String, _
	appendFlag As Boolean _
)
Visual C++
public:
static void WriteXMLFile(
	String^ xmlText, 
	String^ filename, 
	bool appendFlag
)

Parameters

xmlText
Type: System..::.String
Text contents of the file
filename
Type: System..::.String
Full filename of the xml file to create
appendFlag
Type: System..::.Boolean
True = Append, False = Overwrite

See Also