constructor(fullName, name, isFolder) Constructor
Initializes a new instance of the ASPxClientFileManagerActionEventArgsBase class with the specified settings.
Declaration
constructor(
fullName: string,
name: string,
isFolder: boolean
)
Parameters
Name | Type | Description |
---|---|---|
fullName | string | A string value that specifies the new full item’s name. Initializes the ASPxClientFileManagerActionEventArgsBase.fullName property. |
name | string | A string value that specifies the item’s name. Initializes the ASPxClientFileManagerActionEventArgsBase.name property. |
isFolder | boolean |
|
Remarks
For internal use only.
See Also