ASPxClientFileManager.GetAllItems(onCallback) Method
Sends a callback to the server and returns a list of files that are contained within the current folder.
Declaration
GetAllItems(
onCallback: ASPxClientFileManagerAllItemsCallback
): void
Parameters
Name | Type | Description |
---|---|---|
onCallback | ASPxClientFileManagerAllItemsCallback | A object that represents the JavaScript function which receives the list of row values as a parameter. |
See Also