ASPxClientFileManagerAllItemsCallback Interface
A JavaScript function which receives callback data obtained by a call to the client ASPxClientFileManager.GetAllItems method.
Declaration
interface ASPxClientFileManagerAllItemsCallback
Parameters
| Name | Type | Description |
|---|---|---|
| items | ASPxClientFileManagerItem[] | An array of ASPxClientFileManagerItem objects that are items contained in the current folder. |
Returns
| Type |
|---|
| void |