| AkObjectUpdateFileToObject Method |
更新文件到对象的文件属性。
用于文件属性内容的打开修改。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool UpdateFileToObject(
string path,
string objType,
string objId,
string propName,
out string msg
)
Parameters
- path
- Type: SystemString
路径。 - objType
- Type: SystemString
类型名称。 - objId
- Type: SystemString
对象标识。 - propName
- Type: SystemString
属性名称。 - msg
- Type: SystemString
可能的错误消息。
Return Value
Type:
Boolean成功为true、否则为false。
See Also