Click or drag to resize
InnerRelaTreeConfigGetConfigPath Method (String, String)
获取配置文档。

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetConfigPath(
	string id,
	string name
)

Parameters

id
Type: SystemString
类型或搜索标识。
name
Type: SystemString
特定名称。

Return Value

Type: String
配置文档路径。
See Also