constructor(items, oldFolderFullName) Constructor
Initializes a new instance of the ASPxClientFileManagerItemsCopiedEventArgs object with the specified parameters.
Declaration
constructor(
items: ASPxClientFileManagerItem[],
oldFolderFullName: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| items | ASPxClientFileManagerItem[] | An array of ASPxClientFileManagerItem objects that are items currently being processed. |
| oldFolderFullName | string | A string value that specifies the folder’s full name. |
See Also