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.
Updates the given node's inner Xml.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public void SetXml(
	 node,
	 xml,
	bool encode
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub SetXml ( _
	node As , _
	xml As , _
	encode As  _
)

Parameters

node
XPathNavigator
The Xml node.
xml
XmlData
The XML to insert.
encode
Boolean
If set to true, encodes the xml argument.

See Also

XmlData Class
Smartsite.Core Namespace
Advanced