Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerCallback Interface

A JavaScript function that receives callback data obtained via a call to the ASPxClientFileManager.SetCurrentFolderPath method.

Declaration

interface ASPxClientFileManagerCallback

Parameters

Name Type Description
result any

An object that contains a callback data.

Returns

Type
void
See Also