Skip to main content

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
onCallback ASPxClientFileManagerAllItemsCallback

A object that represents the JavaScript function which receives the list of row values as a parameter.

See Also