Click or drag to resize
AkObjectGetObjectFilePath Method
获取对象的文件属性约定的存储路径。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetObjectFilePath(
	string objType,
	string objId,
	string propName
)

Parameters

objType
Type: SystemString
类名名称。
objId
Type: SystemString
对象标识。
propName
Type: SystemString
属性名称。

Return Value

Type: String
路径。
See Also