Click or drag to resize
AkMenusGetDoc Method
获取文档对象。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public XmlDocument GetDoc(
	string fileName
)

Parameters

fileName
Type: SystemString
不包含路径的文件名称。

Return Value

Type: XmlDocument
文档对象。
See Also