ASPxClientFileManager.GetAllItems(onCallback) Method
In This Article
Sends a callback to the server and returns a list of files that are contained within the current folder.
#Declaration
TypeScript
GetAllItems(
onCallback: ASPxClientFileManagerAllItemsCallback
): void
#Parameters
Name | Type | Description |
---|---|---|
on |
ASPx |
A object that represents the Java |
See Also