Click or drag to resize
AkObjectUpdateFileToObject Method
更新文件到对象的文件属性。

用于文件属性内容的打开修改。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public 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