| AkObjectGetObjectFilePath Method |
获取对象的文件属性约定的存储路径。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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