Updates the specified text node with the given value.
Namespace: CleanCode.XmlAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- nodeName
- Type: System String
Name of the node.
- value
- Type: System String
The value to insert into the node.
Return Value
True if the node was found; false otherwise.See Also