IAdeUICallbacks::FileOpenCompleted
Revision as of 02:11, 27 October 2015 by Jhuawen (talk | contribs) (Created page with "* IAdeUICallbacks::GetFilename方法 * SpreadsheetOpen、ReadTextFile、ReadExportFile、ReadImageFile函数")
ADE User Guide > ADE Server Class Reference > IAdeUICallbacks
void FileOpenCompleted([in] string function, [in] string fullFilePath)
When a function requests a filename from IAdeUICallbacks::GetFilename(), it calls this function after it is done with the file, for example after the file has been read.
This callback gives a web-based application an opportunity to delete a temporary file, for example if the file had been uploaded by the user.
参 数
- «function»: the identifier of the build-in function that read the file, e.g.,
"SpreadsheetOpen". - «fullFilePath»: the file read -- exactly the same value returned by IAdeUICallbacks::GetFilename().
返回值
无
示例
另请参考
Comments
Enable comment auto-refresher