ASPxClientFileManagerCallback Interface
In This Article
A JavaScript function that receives callback data obtained via a call to the ASPxClientFileManager.SetCurrentFolderPath method.
#Declaration
TypeScript
interface ASPxClientFileManagerCallback
#Parameters
Name | Type | Description |
---|---|---|
result | any | An object that contains a callback data. |
#Returns
Type |
---|
void |
See Also