IAdeUICallbacks::FileOpenCompleted

Revision as of 01:52, 16 June 2015 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

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.

Parameters

Return value

None

Examples

See Also

Comments


You are not allowed to post comments.