NodeWrangler UpdateNode Method CleanCode C# Libraries v1.2.03 API
Updates the specified text node with the given value.

Namespace: CleanCode.Xml
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool UpdateNode(
	string nodeName,
	string value
)

Return Value

True if the node was found; false otherwise.
See Also