Click or drag to resize
XmlUtilsXmlCreateNewNode Method
Adds a new XmlNode with the name nodeName to the document specified. Does not add the node to any parent node.

Namespace: SD.LLBLGen.Pro.Core.Xml
Assembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static XmlNode XmlCreateNewNode(
	XmlDocument parentDocument,
	string nodeName
)

Parameters

parentDocument
Type: System.XmlXmlDocument
document the new node will be added to
nodeName
Type: SystemString
name of node

Return Value

Type: XmlNode
New node created
See Also