Click or drag to resize
TreePageDataAddNode Method
添加 Xml 文档树节点

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static XmlElement AddNode(
	XmlDocument doc,
	AkObject obj,
	string url,
	string imgUrl,
	string text,
	bool hasChild,
	int level
)

Parameters

doc
Type: System.XmlXmlDocument
obj
Type: Appkit.DataAkObject
url
Type: SystemString
imgUrl
Type: SystemString
text
Type: SystemString
hasChild
Type: SystemBoolean
level
Type: SystemInt32

Return Value

Type: XmlElement
See Also