Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Saves the given xml data on specified path.

void $XmlRepository.Save(path: string, xml: ( string | Xml ))

Arguments

string path
Specifies the path to save the data. If there is any data in the specified path, the child path will be replaced.
( string | Xml ) xml
Specifies the xml data to save.
  • No labels