PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the Xml value of a configuration node.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level1)]
[(Name = "{0}.Settings.GetXml", IsDeterministic = true)]
public static string GetXmlSetting(
	 context,
	string path
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level1)> _
<(Name := "{0}.Settings.GetXml", IsDeterministic := True)> _
Public Shared Function GetXmlSetting ( _
	context As , _
	path As  _
) As 

Parameters

context
IContext
Context object.
path
String
The path, given as an XPath string..

Return Value

Inner Xml of the given configuration node.

See Also

Advanced