| AkObjectSaveFileToObject Method |
保存文件到对象的文件属性。
用于对象的处理过程,由调用者进行事务控制。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void SaveFileToObject(
string path,
string fileName,
AkObject obj,
string propName
)
Parameters
- path
- Type: SystemString
- fileName
- Type: SystemString
- obj
- Type: Appkit.DataAkObject
- propName
- Type: SystemString
See Also