Click or drag to resize
AkXmlCreateNodeEx Method (XmlDocument, String, String, Object)

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static XmlElement CreateNodeEx(
	XmlDocument doc,
	string nodeName,
	string[] attrNames,
	Object[] attrValues
)

Parameters

doc
Type: System.XmlXmlDocument
nodeName
Type: SystemString
attrNames
Type: SystemString
attrValues
Type: SystemObject

Return Value

Type: XmlElement
See Also