Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerFilesUploadedEventArgs.folder Property

Gets the path to the folder where files are uploaded.

Declaration

folder: string

Property Value

Type Description
string

A string value specifying the uploaded files path.

Remarks

Use the folder property to determine the folder location, where files are uploaded in the ASPxClientFileManager.FilesUploaded event handler.

See Also