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 value.

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

Syntax

C#Copy imageCopy Code
public void SetValue(
	 node,
	 value
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub SetValue ( _
	node As , _
	value As  _
)

Parameters

node
XPathNavigator
The Xml node.
value
Object
The value.

See Also

XmlData Class
Smartsite.Core Namespace
Advanced