Returns the inner Xml of a configuration node.

Syntax

Smartsite SXML CopyCode image Copy Code
string site.settings.getstring(string path)
string site.settings.getstring(string path, string valueName)

Parameters

Name Data Type Description
path String The path, given as an XPath string.
valueName String Name of the attribute value to retrieve.

Return Value

Data Type Description
String String value of the given setting.

Expand image Remarks

Expand image Example

SXML