Returns the Xml value of a configuration node.

Syntax

Smartsite SXML CopyCode image Copy Code
string site.settings.getxml(string path)

Parameters

Name Data Type Description
path String The path, given as an XPath string..

Return Value

Data Type Description
String Inner Xml of the given configuration node.
SXML