.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::SaveXml

Generates XML representing the tree or subtree rooted at this node and writes it to a file.

  Declarations  
    [Visual Basic]
Public Function SaveXml(ByVal String fileName) As Boolean

[C#]
public bool SaveXml(string fileName);

[C++]
public bool SaveXml(String *fileName);

[JScript]
public function SaveXml(String fileName) : Boolean
 
  Parameters  
   
fileName
Name of the file to create or overwrite.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.