constructor(folder, fileNames) Constructor
Initializes a new instance of the ASPxClientFileManagerFilesUploadedEventArgs object with the specified parameters.
Declaration
constructor(
folder: string,
fileNames: string[]
)
Parameters
| Name | Type | Description |
|---|---|---|
| folder | string | A string value specifying the uploaded file path. |
| fileNames | string[] | An array of string values that are the file names. |
See Also